Html Css Color HEX #0FECEB Bright Turquoise

📋 copy color: '#0FECEB'

red 15 ◦ green 236 ◦ blue 235

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

Shades of Bright Turquoise #0FECEB

Tints of Bright Turquoise #0FECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.56%

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 3.09%
G = 48.56%
B = 48.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#0FECEB (or 0x0FECEB) is known color: Bright Turquoise. HEX triplet: 0F, EC and EB. RGB value is (15,236,235). Sum of RGB (Red+Green+Blue) = 15+236+235=486 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FECEB is #F01314. Grayscale: #A9A9A9. Windows color (decimal): -15733525 or 15461391. OLE color: 15461391.

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

Color convert

RGB 15 236 235 -
CMYK 0.94 0 0.00 0.07
HSL 179.73º 0.88% 0.49% -
HSV(B) 179.73º 0.94% 0.93% -
XYZ 45.19 66.09 88.97 -
YUV 169.81 164.78 17.58 -
System Red Green Blue C M Y K H S L
Decimal 15 236 235 0.94 0 0.00 0.07 179.73 0.88 0.49
Hex F EC EB 5E 0 0 7 B4 58 31
Octal 17 354 353 136 0 0 7 264 130 61
Binary 1111 11101100 11101011 1011110 0 0 111 10110100 1011000 110001

Color Harmonies of #0FECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FECEB

Black with #0FECEB

Text Example


Text Example

White with #0FECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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