#0fdaee

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

Shades of Bright Turquoise #0FDAEE

Tints of Bright Turquoise #0FDAEE

Color information

#0FDAEE (or 0x0FDAEE) is unknown color: approx Bright Turquoise. HEX triplet: 0F, DA and EE. RGB value is (15,218,238). Sum of RGB (Red+Green+Blue) = 15+218+238=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FDAEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDAEE is #F02511. Grayscale: #9F9F9F. Windows color (decimal): -15738130 or 15653391. OLE color: 15653391.

HSL color Cylindrical-coordinate representation of color #0FDAEE: hue angle of 185.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDAEE is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15218238-
CMYK0.940.0800.07
HSL185.38º88.14%49.61%-
HSV(B)185.38º93.7%93.33%-
XYZ40.756.4289.63-
YUV159.58172.2524.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.18%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 238 (93.36% from 255) = 50.53%
R=3.18%
G=46.28%
B=50.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152182380.940.0800.07185.3888.1449.61
HexFDAEE5E807b95832
Octal17332356136100727113062
Binary11111101101011101110101111010000111101110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fdaee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0fdaee; }

 p { color: rgb(15,218,238); }

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

<style>
 a { background-color: #0fdaee; }

 a { background-color: rgb(15,218,238); }

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

<style>
 span { border-color: #0fdaee; }

 span { border-color: rgb(15,218,238); }

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