Html Css Color HEX #03CFDD Dark Turquoise

📋 copy color: '#03CFDD'

red 3 ◦ green 207 ◦ blue 221

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

Shades of Dark Turquoise #03CFDD

Tints of Dark Turquoise #03CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 0.7%
G = 48.03%
B = 51.28%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03CFDD (or 0x03CFDD) is known color: Dark Turquoise. HEX triplet: 03, CF and DD. RGB value is (3,207,221). Sum of RGB (Red+Green+Blue) = 3+207+221=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #03CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CFDD is #FC3022. Grayscale: #939393. Windows color (decimal): -16527395 or 14536451. OLE color: 14536451.

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

Color convert

RGB 3 207 221 -
CMYK 0.99 0.06 0 0.13
HSL 183.85º 0.97% 0.44% -
HSV(B) 183.85º 0.99% 0.87% -
XYZ 35.4 49.87 76.17 -
YUV 147.6 169.41 24.86 -
System Red Green Blue C M Y K H S L
Decimal 3 207 221 0.99 0.06 0 0.13 183.85 0.97 0.44
Hex 3 CF DD 63 6 0 D B8 61 2C
Octal 3 317 335 143 6 0 15 270 141 54
Binary 11 11001111 11011101 1100011 110 0 1101 10111000 1100001 101100

Color Harmonies of #03CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CFDD

Black with #03CFDD

Text Example


Text Example

White with #03CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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