Html Css Color HEX #0FD9E8 Bright Turquoise

📋 copy color: '#0FD9E8'

red 15 ◦ green 217 ◦ blue 232

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

Shades of Bright Turquoise #0FD9E8

Tints of Bright Turquoise #0FD9E8

RGB

 RED value IS 15 (6.25% from 255) = 3.23%

 GREEN value IS 217 (85.16% from 255) = 46.77%

 BLUE value IS 232 (91.02% from 255) = 50%

R = 3.23%
G = 46.77%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0FD9E8 (or 0x0FD9E8) is known color: Bright Turquoise. HEX triplet: 0F, D9 and E8. RGB value is (15,217,232). Sum of RGB (Red+Green+Blue) = 15+217+232=464 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #0FD9E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD9E8 is #F02617. Grayscale: #9E9E9E. Windows color (decimal): -15738392 or 15259919. OLE color: 15259919.

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

Color convert

RGB 15 217 232 -
CMYK 0.94 0.06 0 0.09
HSL 184.15º 0.88% 0.48% -
HSV(B) 184.15º 0.94% 0.91% -
XYZ 39.58 55.55 84.98 -
YUV 158.31 169.58 25.78 -
System Red Green Blue C M Y K H S L
Decimal 15 217 232 0.94 0.06 0 0.09 184.15 0.88 0.48
Hex F D9 E8 5E 6 0 9 B8 58 30
Octal 17 331 350 136 6 0 11 270 130 60
Binary 1111 11011001 11101000 1011110 110 0 1001 10111000 1011000 110000

Color Harmonies of #0FD9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD9E8

Black with #0FD9E8

Text Example


Text Example

White with #0FD9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,217,232); }

 H1.HeaderClassName
 {
   color: #0FD9E8;
 }
 .AnyTagClassName
 {
   color: #0FD9E8;
 }
</style>

background-color css

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

 a { background-color: rgb(15,217,232); }

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

border-color css

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

 span { border-color: rgb(15,217,232); }

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