Html Css Color HEX #03CDDB Dark Turquoise

📋 copy color: '#03CDDB'

red 3 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #03CDDB

Tints of Dark Turquoise #03CDDB

RGB

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

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

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

R = 0.7%
G = 48.01%
B = 51.29%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03CDDB (or 0x03CDDB) is known color: Dark Turquoise. HEX triplet: 03, CD and DB. RGB value is (3,205,219). Sum of RGB (Red+Green+Blue) = 3+205+219=427 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #03CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CDDB is #FC3224. Grayscale: #919191. Windows color (decimal): -16527909 or 14404867. OLE color: 14404867.

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

Color convert

RGB 3 205 219 -
CMYK 0.99 0.06 0 0.14
HSL 183.89º 0.97% 0.44% -
HSV(B) 183.89º 0.99% 0.86% -
XYZ 34.66 48.8 74.61 -
YUV 146.2 169.08 25.86 -
System Red Green Blue C M Y K H S L
Decimal 3 205 219 0.99 0.06 0 0.14 183.89 0.97 0.44
Hex 3 CD DB 63 6 0 E B8 61 2C
Octal 3 315 333 143 6 0 16 270 141 54
Binary 11 11001101 11011011 1100011 110 0 1110 10111000 1100001 101100

Color Harmonies of #03CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CDDB

Black with #03CDDB

Text Example


Text Example

White with #03CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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