Html Css Color HEX #03CEDB Dark Turquoise

📋 copy color: '#03CEDB'

red 3 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #03CEDB

Tints of Dark Turquoise #03CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.13%

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

R = 0.7%
G = 48.13%
B = 51.17%

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

#03CEDB (or 0x03CEDB) is known color: Dark Turquoise. HEX triplet: 03, CE and DB. RGB value is (3,206,219). Sum of RGB (Red+Green+Blue) = 3+206+219=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #03CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CEDB is #FC3124. Grayscale: #929292. Windows color (decimal): -16527653 or 14405123. OLE color: 14405123.

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

Color convert

RGB 3 206 219 -
CMYK 0.99 0.06 0 0.14
HSL 183.61º 0.97% 0.44% -
HSV(B) 183.61º 0.99% 0.86% -
XYZ 34.9 49.28 74.69 -
YUV 146.79 168.75 25.44 -
System Red Green Blue C M Y K H S L
Decimal 3 206 219 0.99 0.06 0 0.14 183.61 0.97 0.44
Hex 3 CE DB 63 6 0 E B8 61 2C
Octal 3 316 333 143 6 0 16 270 141 54
Binary 11 11001110 11011011 1100011 110 0 1110 10111000 1100001 101100

Color Harmonies of #03CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CEDB

Black with #03CEDB

Text Example


Text Example

White with #03CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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