Html Css Color HEX #02C7DE Dark Turquoise

📋 copy color: '#02C7DE'

red 2 ◦ green 199 ◦ blue 222

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

Shades of Dark Turquoise #02C7DE

Tints of Dark Turquoise #02C7DE

RGB

 RED value IS 2 (1.17% from 255) = 0.47%

 GREEN value IS 199 (78.13% from 255) = 47.04%

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 0.47%
G = 47.04%
B = 52.48%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02C7DE (or 0x02C7DE) is known color: Dark Turquoise. HEX triplet: 02, C7 and DE. RGB value is (2,199,222). Sum of RGB (Red+Green+Blue) = 2+199+222=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #02C7DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C7DE is #FD3821. Grayscale: #8E8E8E. Windows color (decimal): -16594978 or 14599938. OLE color: 14599938.

HSL color Cylindrical-coordinate representation of color #02C7DE: hue angle of 186.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C7DE is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 199 222 -
CMYK 0.99 0.10 0 0.13
HSL 186.27º 0.98% 0.44% -
HSV(B) 186.27º 0.99% 0.87% -
XYZ 33.63 46.13 76.24 -
YUV 142.72 172.73 27.63 -
System Red Green Blue C M Y K H S L
Decimal 2 199 222 0.99 0.10 0 0.13 186.27 0.98 0.44
Hex 2 C7 DE 63 A 0 D BA 62 2C
Octal 2 307 336 143 12 0 15 272 142 54
Binary 10 11000111 11011110 1100011 1010 0 1101 10111010 1100010 101100

Color Harmonies of #02C7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C7DE

Black with #02C7DE

Text Example


Text Example

White with #02C7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02C7DE; }

 p { color: rgb(2,199,222); }

 H1.HeaderClassName
 {
   color: #02C7DE;
 }
 .AnyTagClassName
 {
   color: #02C7DE;
 }
</style>

background-color css

<style>
 a { background-color: #02C7DE; }

 a { background-color: rgb(2,199,222); }

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

border-color css

<style>
 span { border-color: #02C7DE; }

 span { border-color: rgb(2,199,222); }

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