Html Css Color HEX #1ECBE8 Dark Turquoise

📋 copy color: '#1ECBE8'

red 30 ◦ green 203 ◦ blue 232

#1ECBE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #1ECBE8

Tints of Dark Turquoise #1ECBE8

RGB

 RED value IS 30 (12.11% from 255) = 6.45%

 GREEN value IS 203 (79.69% from 255) = 43.66%

 BLUE value IS 232 (91.02% from 255) = 49.89%

R = 6.45%
G = 43.66%
B = 49.89%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1ECBE8 (or 0x1ECBE8) is known color: Dark Turquoise. HEX triplet: 1E, CB and E8. RGB value is (30,203,232). Sum of RGB (Red+Green+Blue) = 30+203+232=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #1ECBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECBE8 is #E13417. Grayscale: #9A9A9A. Windows color (decimal): -14758936 or 15256350. OLE color: 15256350.

HSL color Cylindrical-coordinate representation of color #1ECBE8: hue angle of 188.61º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECBE8 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 30 203 232 -
CMYK 0.87 0.12 0 0.09
HSL 188.61º 0.81% 0.51% -
HSV(B) 188.61º 0.87% 0.91% -
XYZ 36.46 48.81 83.84 -
YUV 154.58 171.69 39.14 -
System Red Green Blue C M Y K H S L
Decimal 30 203 232 0.87 0.12 0 0.09 188.61 0.81 0.51
Hex 1E CB E8 57 C 0 9 BD 51 33
Octal 36 313 350 127 14 0 11 275 121 63
Binary 11110 11001011 11101000 1010111 1100 0 1001 10111101 1010001 110011

Color Harmonies of #1ECBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECBE8

Black with #1ECBE8

Text Example


Text Example

White with #1ECBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,203,232); }

 H1.HeaderClassName
 {
   color: #1ECBE8;
 }
 .AnyTagClassName
 {
   color: #1ECBE8;
 }
</style>

background-color css

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

 a { background-color: rgb(30,203,232); }

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

border-color css

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

 span { border-color: rgb(30,203,232); }

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