Html Css Color HEX #02CDD7 Dark Turquoise

📋 copy color: '#02CDD7'

red 2 ◦ green 205 ◦ blue 215

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

Shades of Dark Turquoise #02CDD7

Tints of Dark Turquoise #02CDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.58%

 BLUE value IS 215 (84.38% from 255) = 50.95%

R = 0.47%
G = 48.58%
B = 50.95%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#02CDD7 (or 0x02CDD7) is known color: Dark Turquoise. HEX triplet: 02, CD and D7. RGB value is (2,205,215). Sum of RGB (Red+Green+Blue) = 2+205+215=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #02CDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CDD7 is #FD3228. Grayscale: #919191. Windows color (decimal): -16593449 or 14142722. OLE color: 14142722.

HSL color Cylindrical-coordinate representation of color #02CDD7: hue angle of 182.82º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CDD7 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 205 215 -
CMYK 0.99 0.05 0 0.16
HSL 182.82º 0.98% 0.43% -
HSV(B) 182.82º 0.99% 0.84% -
XYZ 34.12 48.58 71.87 -
YUV 145.44 167.25 25.69 -
System Red Green Blue C M Y K H S L
Decimal 2 205 215 0.99 0.05 0 0.16 182.82 0.98 0.43
Hex 2 CD D7 63 5 0 10 B7 62 2B
Octal 2 315 327 143 5 0 20 267 142 53
Binary 10 11001101 11010111 1100011 101 0 10000 10110111 1100010 101011

Color Harmonies of #02CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CDD7

Black with #02CDD7

Text Example


Text Example

White with #02CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,205,215); }

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

background-color css

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

 a { background-color: rgb(2,205,215); }

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

border-color css

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

 span { border-color: rgb(2,205,215); }

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