Html Css Color HEX #05CDDB Dark Turquoise

📋 copy color: '#05CDDB'

red 5 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #05CDDB

Tints of Dark Turquoise #05CDDB

RGB

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

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

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

R = 1.17%
G = 47.79%
B = 51.05%

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

#05CDDB (or 0x05CDDB) is known color: Dark Turquoise. HEX triplet: 05, CD and DB. RGB value is (5,205,219). Sum of RGB (Red+Green+Blue) = 5+205+219=429 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #05CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDDB is #FA3224. Grayscale: #929292. Windows color (decimal): -16396837 or 14404869. OLE color: 14404869.

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

Color convert

RGB 5 205 219 -
CMYK 0.98 0.06 0 0.14
HSL 183.93º 0.96% 0.44% -
HSV(B) 183.93º 0.98% 0.86% -
XYZ 34.68 48.81 74.61 -
YUV 146.8 168.74 26.86 -
System Red Green Blue C M Y K H S L
Decimal 5 205 219 0.98 0.06 0 0.14 183.93 0.96 0.44
Hex 5 CD DB 62 6 0 E B8 60 2C
Octal 5 315 333 142 6 0 16 270 140 54
Binary 101 11001101 11011011 1100010 110 0 1110 10111000 1100000 101100

Color Harmonies of #05CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CDDB

Black with #05CDDB

Text Example


Text Example

White with #05CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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