Html Css Color HEX #0FD8ED Bright Turquoise

📋 copy color: '#0FD8ED'

red 15 ◦ green 216 ◦ blue 237

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

Shades of Bright Turquoise #0FD8ED

Tints of Bright Turquoise #0FD8ED

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 value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FD8ED (or 0x0FD8ED) is known color: 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

RGB 15 216 237 -
CMYK 0.94 0.09 0 0.07
HSL 185.68º 0.88% 0.49% -
HSV(B) 185.68º 0.94% 0.93% -
XYZ 40.04 55.33 88.69 -
YUV 158.3 172.41 25.79 -
System Red Green Blue C M Y K H S L
Decimal 15 216 237 0.94 0.09 0 0.07 185.68 0.88 0.49
Hex F D8 ED 5E 9 0 7 BA 58 31
Octal 17 330 355 136 11 0 7 272 130 61
Binary 1111 11011000 11101101 1011110 1001 0 111 10111010 1011000 110001

Color Harmonies of #0FD8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD8ED

Black with #0FD8ED

Text Example


Text Example

White with #0FD8ED

Text Example


Text Example

HTML Codes & Css Web 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>