Html Css Color HEX #05CBE9 Dark Turquoise

📋 copy color: '#05CBE9'

red 5 ◦ green 203 ◦ blue 233

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

Shades of Dark Turquoise #05CBE9

Tints of Dark Turquoise #05CBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.83%

R = 1.13%
G = 46.03%
B = 52.83%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#05CBE9 (or 0x05CBE9) is known color: Dark Turquoise. HEX triplet: 05, CB and E9. RGB value is (5,203,233). Sum of RGB (Red+Green+Blue) = 5+203+233=441 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #05CBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CBE9 is #FA3416. Grayscale: #929292. Windows color (decimal): -16397335 or 15321861. OLE color: 15321861.

HSL color Cylindrical-coordinate representation of color #05CBE9: hue angle of 187.89º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBE9 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 5 203 233 -
CMYK 0.98 0.13 0 0.09
HSL 187.89º 0.96% 0.47% -
HSV(B) 187.89º 0.98% 0.91% -
XYZ 36.13 48.63 84.57 -
YUV 147.22 176.4 26.56 -
System Red Green Blue C M Y K H S L
Decimal 5 203 233 0.98 0.13 0 0.09 187.89 0.96 0.47
Hex 5 CB E9 62 D 0 9 BC 60 2F
Octal 5 313 351 142 15 0 11 274 140 57
Binary 101 11001011 11101001 1100010 1101 0 1001 10111100 1100000 101111

Color Harmonies of #05CBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CBE9

Black with #05CBE9

Text Example


Text Example

White with #05CBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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