Html Css Color HEX #0FDEEA Bright Turquoise

📋 copy color: '#0FDEEA'

red 15 ◦ green 222 ◦ blue 234

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

Shades of Bright Turquoise #0FDEEA

Tints of Bright Turquoise #0FDEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.13%

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 3.18%
G = 47.13%
B = 49.68%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FDEEA (or 0x0FDEEA) is known color: Bright Turquoise. HEX triplet: 0F, DE and EA. RGB value is (15,222,234). Sum of RGB (Red+Green+Blue) = 15+222+234=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FDEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDEEA is #F02115. Grayscale: #A1A1A1. Windows color (decimal): -15737110 or 15392271. OLE color: 15392271.

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

Color convert

RGB 15 222 234 -
CMYK 0.94 0.05 0 0.08
HSL 183.29º 0.88% 0.49% -
HSV(B) 183.29º 0.94% 0.92% -
XYZ 41.17 58.28 86.92 -
YUV 161.48 168.92 23.52 -
System Red Green Blue C M Y K H S L
Decimal 15 222 234 0.94 0.05 0 0.08 183.29 0.88 0.49
Hex F DE EA 5E 5 0 8 B7 58 31
Octal 17 336 352 136 5 0 10 267 130 61
Binary 1111 11011110 11101010 1011110 101 0 1000 10110111 1011000 110001

Color Harmonies of #0FDEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDEEA

Black with #0FDEEA

Text Example


Text Example

White with #0FDEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,234); }

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

background-color css

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

 a { background-color: rgb(15,222,234); }

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

border-color css

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

 span { border-color: rgb(15,222,234); }

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