Html Css Color HEX #05CADB Dark Turquoise

📋 copy color: '#05CADB'

red 5 ◦ green 202 ◦ blue 219

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

Shades of Dark Turquoise #05CADB

Tints of Dark Turquoise #05CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.42%

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

R = 1.17%
G = 47.42%
B = 51.41%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05CADB (or 0x05CADB) is known color: Dark Turquoise. HEX triplet: 05, CA and DB. RGB value is (5,202,219). Sum of RGB (Red+Green+Blue) = 5+202+219=426 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #05CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CADB is #FA3524. Grayscale: #909090. Windows color (decimal): -16397605 or 14404101. OLE color: 14404101.

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

Color convert

RGB 5 202 219 -
CMYK 0.98 0.08 0 0.14
HSL 184.77º 0.96% 0.44% -
HSV(B) 184.77º 0.98% 0.86% -
XYZ 33.97 47.39 74.37 -
YUV 145.04 169.73 28.12 -
System Red Green Blue C M Y K H S L
Decimal 5 202 219 0.98 0.08 0 0.14 184.77 0.96 0.44
Hex 5 CA DB 62 8 0 E B9 60 2C
Octal 5 312 333 142 10 0 16 271 140 54
Binary 101 11001010 11011011 1100010 1000 0 1110 10111001 1100000 101100

Color Harmonies of #05CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CADB

Black with #05CADB

Text Example


Text Example

White with #05CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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