Html Css Color HEX #03CCDB Dark Turquoise

📋 copy color: '#03CCDB'

red 3 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #03CCDB

Tints of Dark Turquoise #03CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.89%

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 0.7%
G = 47.89%
B = 51.41%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03CCDB (or 0x03CCDB) is known color: Dark Turquoise. HEX triplet: 03, CC and DB. RGB value is (3,204,219). Sum of RGB (Red+Green+Blue) = 3+204+219=426 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #03CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CCDB is #FC3324. Grayscale: #919191. Windows color (decimal): -16528165 or 14404611. OLE color: 14404611.

HSL color Cylindrical-coordinate representation of color #03CCDB: hue angle of 184.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CCDB is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 204 219 -
CMYK 0.99 0.07 0 0.14
HSL 184.17º 0.97% 0.44% -
HSV(B) 184.17º 0.99% 0.86% -
XYZ 34.42 48.32 74.53 -
YUV 145.61 169.41 26.28 -
System Red Green Blue C M Y K H S L
Decimal 3 204 219 0.99 0.07 0 0.14 184.17 0.97 0.44
Hex 3 CC DB 63 7 0 E B8 61 2C
Octal 3 314 333 143 7 0 16 270 141 54
Binary 11 11001100 11011011 1100011 111 0 1110 10111000 1100001 101100

Color Harmonies of #03CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CCDB

Black with #03CCDB

Text Example


Text Example

White with #03CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,204,219); }

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

background-color css

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

 a { background-color: rgb(3,204,219); }

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

border-color css

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

 span { border-color: rgb(3,204,219); }

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