Html Css Color HEX #05DAE9 Bright Turquoise

📋 copy color: '#05DAE9'

red 5 ◦ green 218 ◦ blue 233

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

Shades of Bright Turquoise #05DAE9

Tints of Bright Turquoise #05DAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.81%

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

R = 1.1%
G = 47.81%
B = 51.1%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#05DAE9 (or 0x05DAE9) is known color: Bright Turquoise. HEX triplet: 05, DA and E9. RGB value is (5,218,233). Sum of RGB (Red+Green+Blue) = 5+218+233=456 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #05DAE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DAE9 is #FA2516. Grayscale: #9B9B9B. Windows color (decimal): -16393495 or 15325701. OLE color: 15325701.

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

Color convert

RGB 5 218 233 -
CMYK 0.98 0.06 0 0.09
HSL 183.95º 0.96% 0.47% -
HSV(B) 183.95º 0.98% 0.91% -
XYZ 39.84 56.06 85.81 -
YUV 156.02 171.43 20.28 -
System Red Green Blue C M Y K H S L
Decimal 5 218 233 0.98 0.06 0 0.09 183.95 0.96 0.47
Hex 5 DA E9 62 6 0 9 B8 60 2F
Octal 5 332 351 142 6 0 11 270 140 57
Binary 101 11011010 11101001 1100010 110 0 1001 10111000 1100000 101111

Color Harmonies of #05DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DAE9

Black with #05DAE9

Text Example


Text Example

White with #05DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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