Html Css Color HEX #03CBDB Dark Turquoise

📋 copy color: '#03CBDB'

red 3 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #03CBDB

Tints of Dark Turquoise #03CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.76%

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

R = 0.71%
G = 47.76%
B = 51.53%

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

#03CBDB (or 0x03CBDB) is known color: Dark Turquoise. HEX triplet: 03, CB and DB. RGB value is (3,203,219). Sum of RGB (Red+Green+Blue) = 3+203+219=425 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #03CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CBDB is #FC3424. Grayscale: #909090. Windows color (decimal): -16528421 or 14404355. OLE color: 14404355.

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

Color convert

RGB 3 203 219 -
CMYK 0.99 0.07 0 0.14
HSL 184.44º 0.97% 0.44% -
HSV(B) 184.44º 0.99% 0.86% -
XYZ 34.18 47.85 74.45 -
YUV 145.02 169.74 26.7 -
System Red Green Blue C M Y K H S L
Decimal 3 203 219 0.99 0.07 0 0.14 184.44 0.97 0.44
Hex 3 CB DB 63 7 0 E B8 61 2C
Octal 3 313 333 143 7 0 16 270 141 54
Binary 11 11001011 11011011 1100011 111 0 1110 10111000 1100001 101100

Color Harmonies of #03CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CBDB

Black with #03CBDB

Text Example


Text Example

White with #03CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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