#05F0DE

Color #05F0DE Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #05F0DE

Tints of Bright Turquoise #05F0DE

Color information

#05F0DE (or 0x05F0DE) is unknown color: approx Bright Turquoise. HEX triplet: 05, F0 and DE. RGB value is (5,240,222). Sum of RGB (Red+Green+Blue) = 5+240+222=467 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #05F0DE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F0DE is #FA0F21. Grayscale: #A7A7A7. Windows color (decimal): -16387874 or 14610437. OLE color: 14610437.

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

Color convert

RGB5240222-
CMYK0.9800.080.06
HSL175.4º95.92%48.04%-
HSV(B)175.4º97.92%94.12%-
XYZ44.4167.6379.82-
YUV167.68158.6411.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.07%
GREEN value IS 240 (94.14% from 255) = 51.39%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=1.07%
G=51.39%
B=47.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal52402220.9800.080.06175.495.9248.04
Hex5F0DE62086af6030
Octal5360336142010625714060
Binary1011111000011011110110001001000110101011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,240,222); }

 H1.HeaderClassName
 {
   color: #05F0DE;
 }
 .AnyTagClassName
 {
   color: #05F0DE;
 }
</style>
background-color css

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

 a { background-color: rgb(5,240,222); }

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

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

 span { border-color: rgb(5,240,222); }

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