Html Css Color HEX #0FEAEC Bright Turquoise

📋 copy color: '#0FEAEC'

red 15 ◦ green 234 ◦ blue 236

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

Shades of Bright Turquoise #0FEAEC

Tints of Bright Turquoise #0FEAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 3.09%
G = 48.25%
B = 48.66%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FEAEC (or 0x0FEAEC) is known color: Bright Turquoise. HEX triplet: 0F, EA and EC. RGB value is (15,234,236). Sum of RGB (Red+Green+Blue) = 15+234+236=485 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FEAEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEAEC is #F01513. Grayscale: #A8A8A8. Windows color (decimal): -15734036 or 15526415. OLE color: 15526415.

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

Color convert

RGB 15 234 236 -
CMYK 0.94 0.01 0 0.07
HSL 180.54º 0.88% 0.49% -
HSV(B) 180.54º 0.94% 0.93% -
XYZ 44.76 65 89.54 -
YUV 168.75 165.95 18.34 -
System Red Green Blue C M Y K H S L
Decimal 15 234 236 0.94 0.01 0 0.07 180.54 0.88 0.49
Hex F EA EC 5E 1 0 7 B5 58 31
Octal 17 352 354 136 1 0 7 265 130 61
Binary 1111 11101010 11101100 1011110 1 0 111 10110101 1011000 110001

Color Harmonies of #0FEAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEAEC

Black with #0FEAEC

Text Example


Text Example

White with #0FEAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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