Html Css Color HEX #05DCED Bright Turquoise

📋 copy color: '#05DCED'

red 5 ◦ green 220 ◦ blue 237

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

Shades of Bright Turquoise #05DCED

Tints of Bright Turquoise #05DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 1.08%
G = 47.62%
B = 51.3%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#05DCED (or 0x05DCED) is known color: Bright Turquoise. HEX triplet: 05, DC and ED. RGB value is (5,220,237). Sum of RGB (Red+Green+Blue) = 5+220+237=462 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #05DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DCED is #FA2312. Grayscale: #9D9D9D. Windows color (decimal): -16392979 or 15588357. OLE color: 15588357.

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

Color convert

RGB 5 220 237 -
CMYK 0.98 0.07 0 0.07
HSL 184.4º 0.96% 0.47% -
HSV(B) 184.4º 0.98% 0.93% -
XYZ 40.94 57.33 89.03 -
YUV 157.65 172.77 19.12 -
System Red Green Blue C M Y K H S L
Decimal 5 220 237 0.98 0.07 0 0.07 184.4 0.96 0.47
Hex 5 DC ED 62 7 0 7 B8 60 2F
Octal 5 334 355 142 7 0 7 270 140 57
Binary 101 11011100 11101101 1100010 111 0 111 10111000 1100000 101111

Color Harmonies of #05DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCED

Black with #05DCED

Text Example


Text Example

White with #05DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,220,237); }

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

background-color css

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

 a { background-color: rgb(5,220,237); }

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

border-color css

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

 span { border-color: rgb(5,220,237); }

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