Html Css Color HEX #0FEADE Bright Turquoise

📋 copy color: '#0FEADE'

red 15 ◦ green 234 ◦ blue 222

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

Shades of Bright Turquoise #0FEADE

Tints of Bright Turquoise #0FEADE

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#0FEADE (or 0x0FEADE) is known color: Bright Turquoise. HEX triplet: 0F, EA and DE. RGB value is (15,234,222). Sum of RGB (Red+Green+Blue) = 15+234+222=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEADE is #F01521. Grayscale: #A6A6A6. Windows color (decimal): -15734050 or 14608911. OLE color: 14608911.

HSL color Cylindrical-coordinate representation of color #0FEADE: hue angle of 176.71º 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 #0FEADE is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 234 222 -
CMYK 0.94 0 0.05 0.08
HSL 176.71º 0.88% 0.49% -
HSV(B) 176.71º 0.94% 0.92% -
XYZ 42.8 64.22 79.25 -
YUV 167.15 158.95 19.48 -
System Red Green Blue C M Y K H S L
Decimal 15 234 222 0.94 0 0.05 0.08 176.71 0.88 0.49
Hex F EA DE 5E 0 5 8 B1 58 31
Octal 17 352 336 136 0 5 10 261 130 61
Binary 1111 11101010 11011110 1011110 0 101 1000 10110001 1011000 110001

Color Harmonies of #0FEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEADE

Black with #0FEADE

Text Example


Text Example

White with #0FEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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