Html Css Color HEX #1ECBD8 Dark Turquoise

📋 copy color: '#1ECBD8'

red 30 ◦ green 203 ◦ blue 216

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

Shades of Dark Turquoise #1ECBD8

Tints of Dark Turquoise #1ECBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.11%

R = 6.68%
G = 45.21%
B = 48.11%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ECBD8 (or 0x1ECBD8) is known color: Dark Turquoise. HEX triplet: 1E, CB and D8. RGB value is (30,203,216). Sum of RGB (Red+Green+Blue) = 30+203+216=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #1ECBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECBD8 is #E13427. Grayscale: #989898. Windows color (decimal): -14758952 or 14207774. OLE color: 14207774.

HSL color Cylindrical-coordinate representation of color #1ECBD8: hue angle of 184.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECBD8 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 203 216 -
CMYK 0.86 0.06 0 0.15
HSL 184.19º 0.76% 0.48% -
HSV(B) 184.19º 0.86% 0.85% -
XYZ 34.29 47.95 72.41 -
YUV 152.76 163.69 40.44 -
System Red Green Blue C M Y K H S L
Decimal 30 203 216 0.86 0.06 0 0.15 184.19 0.76 0.48
Hex 1E CB D8 56 6 0 F B8 4C 30
Octal 36 313 330 126 6 0 17 270 114 60
Binary 11110 11001011 11011000 1010110 110 0 1111 10111000 1001100 110000

Color Harmonies of #1ECBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECBD8

Black with #1ECBD8

Text Example


Text Example

White with #1ECBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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