#1edefc

Color #1EDEFC Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1EDEFC

Tints of Bright Turquoise #1EDEFC

Color information

#1EDEFC (or 0x1EDEFC) is unknown color: approx Bright Turquoise. HEX triplet: 1E, DE and FC. RGB value is (30,222,252). Sum of RGB (Red+Green+Blue) = 30+222+252=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EDEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEFC is #E12103. Grayscale: #A7A7A7. Windows color (decimal): -14754052 or 16571934. OLE color: 16571934.

HSL color Cylindrical-coordinate representation of color #1EDEFC: hue angle of 188.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDEFC is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB30222252-
CMYK0.880.1200.01
HSL188.11º97.37%55.29%-
HSV(B)188.11º88.1%98.82%-
XYZ44.2359.55101.26-
YUV168.01175.3929.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 5.95%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 252 (98.83% from 255) = 50%
R=5.95%
G=44.05%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal302222520.880.1200.01188.1197.3755.29
Hex1EDEFC58C01bc6137
Octal36336374130140127414167
Binary1111011011110111111001011000110001101111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1edefc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1edefc; }

 p { color: rgb(30,222,252); }

 H1.HeaderClassName
 {
   color: #1edefc;
 }
 .AnyTagClassName
 {
   color: #1edefc;
 }
</style>
background-color css

<style>
 a { background-color: #1edefc; }

 a { background-color: rgb(30,222,252); }

 div.DivClassName
 {
   background-color: #1edefc;
 }
 .BgClassName
 {
   background-color: #1edefc;
 }
</style>
border-color css

<style>
 span { border-color: #1edefc; }

 span { border-color: rgb(30,222,252); }

 td.TdClassName
 {
   border-color: #1edefc;
 }
 .TagClassName
 {
   border-color: #1edefc;
 }
</style>