Html Css Color HEX #03CFDE Dark Turquoise

📋 copy color: '#03CFDE'

red 3 ◦ green 207 ◦ blue 222

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

Shades of Dark Turquoise #03CFDE

Tints of Dark Turquoise #03CFDE

RGB

 RED value IS 3 (1.56% from 255) = 0.69%

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

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

R = 0.69%
G = 47.92%
B = 51.39%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03CFDE (or 0x03CFDE) is known color: Dark Turquoise. HEX triplet: 03, CF and DE. RGB value is (3,207,222). Sum of RGB (Red+Green+Blue) = 3+207+222=432 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #03CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CFDE is #FC3021. Grayscale: #939393. Windows color (decimal): -16527394 or 14601987. OLE color: 14601987.

HSL color Cylindrical-coordinate representation of color #03CFDE: hue angle of 184.11º degrees, saturation: 0.97, 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 #03CFDE is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 207 222 -
CMYK 0.99 0.07 0 0.13
HSL 184.11º 0.97% 0.44% -
HSV(B) 184.11º 0.99% 0.87% -
XYZ 35.54 49.92 76.87 -
YUV 147.71 169.91 24.78 -
System Red Green Blue C M Y K H S L
Decimal 3 207 222 0.99 0.07 0 0.13 184.11 0.97 0.44
Hex 3 CF DE 63 7 0 D B8 61 2C
Octal 3 317 336 143 7 0 15 270 141 54
Binary 11 11001111 11011110 1100011 111 0 1101 10111000 1100001 101100

Color Harmonies of #03CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CFDE

Black with #03CFDE

Text Example


Text Example

White with #03CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03CFDE; }

 p { color: rgb(3,207,222); }

 H1.HeaderClassName
 {
   color: #03CFDE;
 }
 .AnyTagClassName
 {
   color: #03CFDE;
 }
</style>

background-color css

<style>
 a { background-color: #03CFDE; }

 a { background-color: rgb(3,207,222); }

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

border-color css

<style>
 span { border-color: #03CFDE; }

 span { border-color: rgb(3,207,222); }

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