Html Css Color HEX #05CEDB Dark Turquoise

📋 copy color: '#05CEDB'

red 5 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #05CEDB

Tints of Dark Turquoise #05CEDB

RGB

 RED value IS 5 (2.34% from 255) = 1.16%

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

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

R = 1.16%
G = 47.91%
B = 50.93%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05CEDB (or 0x05CEDB) is known color: Dark Turquoise. HEX triplet: 05, CE and DB. RGB value is (5,206,219). Sum of RGB (Red+Green+Blue) = 5+206+219=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #05CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CEDB is #FA3124. Grayscale: #939393. Windows color (decimal): -16396581 or 14405125. OLE color: 14405125.

HSL color Cylindrical-coordinate representation of color #05CEDB: hue angle of 183.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CEDB is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 206 219 -
CMYK 0.98 0.06 0 0.14
HSL 183.64º 0.96% 0.44% -
HSV(B) 183.64º 0.98% 0.86% -
XYZ 34.92 49.29 74.69 -
YUV 147.38 168.41 26.44 -
System Red Green Blue C M Y K H S L
Decimal 5 206 219 0.98 0.06 0 0.14 183.64 0.96 0.44
Hex 5 CE DB 62 6 0 E B8 60 2C
Octal 5 316 333 142 6 0 16 270 140 54
Binary 101 11001110 11011011 1100010 110 0 1110 10111000 1100000 101100

Color Harmonies of #05CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CEDB

Black with #05CEDB

Text Example


Text Example

White with #05CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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