Html Css Color HEX #05DFE9 Bright Turquoise

📋 copy color: '#05DFE9'

red 5 ◦ green 223 ◦ blue 233

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

Shades of Bright Turquoise #05DFE9

Tints of Bright Turquoise #05DFE9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

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

R = 1.08%
G = 48.37%
B = 50.54%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#05DFE9 (or 0x05DFE9) is known color: Bright Turquoise. HEX triplet: 05, DF and E9. RGB value is (5,223,233). Sum of RGB (Red+Green+Blue) = 5+223+233=461 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #05DFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DFE9 is #FA2016. Grayscale: #9E9E9E. Windows color (decimal): -16392215 or 15326981. OLE color: 15326981.

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

Color convert

RGB 5 223 233 -
CMYK 0.98 0.04 0 0.09
HSL 182.63º 0.96% 0.47% -
HSV(B) 182.63º 0.98% 0.91% -
XYZ 41.16 58.69 86.25 -
YUV 158.96 169.78 18.19 -
System Red Green Blue C M Y K H S L
Decimal 5 223 233 0.98 0.04 0 0.09 182.63 0.96 0.47
Hex 5 DF E9 62 4 0 9 B7 60 2F
Octal 5 337 351 142 4 0 11 267 140 57
Binary 101 11011111 11101001 1100010 100 0 1001 10110111 1100000 101111

Color Harmonies of #05DFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DFE9

Black with #05DFE9

Text Example


Text Example

White with #05DFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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