Html Css Color HEX #1ECFCE Dark Turquoise

📋 copy color: '#1ECFCE'

red 30 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #1ECFCE

Tints of Dark Turquoise #1ECFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.73%

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 6.77%
G = 46.73%
B = 46.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#1ECFCE (or 0x1ECFCE) is known color: Dark Turquoise. HEX triplet: 1E, CF and CE. RGB value is (30,207,206). Sum of RGB (Red+Green+Blue) = 30+207+206=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFCE is #E13031. Grayscale: #999999. Windows color (decimal): -14757938 or 13553438. OLE color: 13553438.

HSL color Cylindrical-coordinate representation of color #1ECFCE: hue angle of 179.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECFCE is Cyan = 0.86, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 207 206 -
CMYK 0.86 0 0.00 0.19
HSL 179.66º 0.75% 0.46% -
HSV(B) 179.66º 0.86% 0.81% -
XYZ 33.99 49.36 66.13 -
YUV 153.96 157.36 39.58 -
System Red Green Blue C M Y K H S L
Decimal 30 207 206 0.86 0 0.00 0.19 179.66 0.75 0.46
Hex 1E CF CE 56 0 0 13 B4 4B 2E
Octal 36 317 316 126 0 0 23 264 113 56
Binary 11110 11001111 11001110 1010110 0 0 10011 10110100 1001011 101110

Color Harmonies of #1ECFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECFCE

Black with #1ECFCE

Text Example


Text Example

White with #1ECFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,207,206); }

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

background-color css

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

 a { background-color: rgb(30,207,206); }

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

border-color css

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

 span { border-color: rgb(30,207,206); }

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