#0FD8ED

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

Shades of Bright Turquoise #0FD8ED

Tints of Bright Turquoise #0FD8ED

Color information

#0FD8ED (or 0x0FD8ED) is unknown color: approx Bright Turquoise. HEX triplet: 0F, D8 and ED. RGB value is (15,216,237). Sum of RGB (Red+Green+Blue) = 15+216+237=468 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FD8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD8ED is #F02712. Grayscale: #9E9E9E. Windows color (decimal): -15738643 or 15587343. OLE color: 15587343.

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

Color convert

RGB15216237-
CMYK0.940.0900.07
HSL185.68º88.1%49.41%-
HSV(B)185.68º93.67%92.94%-
XYZ40.0455.3388.69-
YUV158.29172.4125.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.21%
GREEN value IS 216 (84.77% from 255) = 46.15%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=3.21%
G=46.15%
B=50.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152162370.940.0900.07185.6888.149.41
HexFD8ED5E907ba5831
Octal17330355136110727213061
Binary11111101100011101101101111010010111101110101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,216,237); }

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

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

 a { background-color: rgb(15,216,237); }

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

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

 span { border-color: rgb(15,216,237); }

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