Html Css Color HEX #05CBDB Dark Turquoise

📋 copy color: '#05CBDB'

red 5 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #05CBDB

Tints of Dark Turquoise #05CBDB

RGB

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

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

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

R = 1.17%
G = 47.54%
B = 51.29%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05CBDB (or 0x05CBDB) is known color: Dark Turquoise. HEX triplet: 05, CB and DB. RGB value is (5,203,219). Sum of RGB (Red+Green+Blue) = 5+203+219=427 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 427); Green value is 203 (79.69% from 255 or 47.54% 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 #05CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CBDB is #FA3424. Grayscale: #919191. Windows color (decimal): -16397349 or 14404357. OLE color: 14404357.

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

Color convert

RGB 5 203 219 -
CMYK 0.98 0.07 0 0.14
HSL 184.49º 0.96% 0.44% -
HSV(B) 184.49º 0.98% 0.86% -
XYZ 34.2 47.86 74.45 -
YUV 145.62 169.4 27.7 -
System Red Green Blue C M Y K H S L
Decimal 5 203 219 0.98 0.07 0 0.14 184.49 0.96 0.44
Hex 5 CB DB 62 7 0 E B8 60 2C
Octal 5 313 333 142 7 0 16 270 140 54
Binary 101 11001011 11011011 1100010 111 0 1110 10111000 1100000 101100

Color Harmonies of #05CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CBDB

Black with #05CBDB

Text Example


Text Example

White with #05CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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