Html Css Color HEX #05DCEF Bright Turquoise

📋 copy color: '#05DCEF'

red 5 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #05DCEF

Tints of Bright Turquoise #05DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 1.08%
G = 47.41%
B = 51.51%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#05DCEF (or 0x05DCEF) is known color: Bright Turquoise. HEX triplet: 05, DC and EF. RGB value is (5,220,239). Sum of RGB (Red+Green+Blue) = 5+220+239=464 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #05DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DCEF is #FA2310. Grayscale: #9D9D9D. Windows color (decimal): -16392977 or 15719429. OLE color: 15719429.

HSL color Cylindrical-coordinate representation of color #05DCEF: hue angle of 184.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DCEF is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 220 239 -
CMYK 0.98 0.08 0 0.06
HSL 184.87º 0.96% 0.48% -
HSV(B) 184.87º 0.98% 0.94% -
XYZ 41.24 57.45 90.58 -
YUV 157.88 173.77 18.96 -
System Red Green Blue C M Y K H S L
Decimal 5 220 239 0.98 0.08 0 0.06 184.87 0.96 0.48
Hex 5 DC EF 62 8 0 6 B9 60 30
Octal 5 334 357 142 10 0 6 271 140 60
Binary 101 11011100 11101111 1100010 1000 0 110 10111001 1100000 110000

Color Harmonies of #05DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCEF

Black with #05DCEF

Text Example


Text Example

White with #05DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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