Html Css Color HEX #05DCEB Bright Turquoise

📋 copy color: '#05DCEB'

red 5 ◦ green 220 ◦ blue 235

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

Shades of Bright Turquoise #05DCEB

Tints of Bright Turquoise #05DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 1.09%
G = 47.83%
B = 51.09%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#05DCEB (or 0x05DCEB) is known color: Bright Turquoise. HEX triplet: 05, DC and EB. RGB value is (5,220,235). Sum of RGB (Red+Green+Blue) = 5+220+235=460 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #05DCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DCEB is #FA2314. Grayscale: #9D9D9D. Windows color (decimal): -16392981 or 15457285. OLE color: 15457285.

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

Color convert

RGB 5 220 235 -
CMYK 0.98 0.06 0 0.08
HSL 183.91º 0.96% 0.47% -
HSV(B) 183.91º 0.98% 0.92% -
XYZ 40.65 57.22 87.5 -
YUV 157.43 171.77 19.28 -
System Red Green Blue C M Y K H S L
Decimal 5 220 235 0.98 0.06 0 0.08 183.91 0.96 0.47
Hex 5 DC EB 62 6 0 8 B8 60 2F
Octal 5 334 353 142 6 0 10 270 140 57
Binary 101 11011100 11101011 1100010 110 0 1000 10111000 1100000 101111

Color Harmonies of #05DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCEB

Black with #05DCEB

Text Example


Text Example

White with #05DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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