Html Css Color HEX #0FEECB Bright Turquoise

📋 copy color: '#0FEECB'

red 15 ◦ green 238 ◦ blue 203

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

Shades of Bright Turquoise #0FEECB

Tints of Bright Turquoise #0FEECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.19%

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 3.29%
G = 52.19%
B = 44.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#0FEECB (or 0x0FEECB) is known color: Bright Turquoise. HEX triplet: 0F, EE and CB. RGB value is (15,238,203). Sum of RGB (Red+Green+Blue) = 15+238+203=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #0FEECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEECB is #F01134. Grayscale: #A7A7A7. Windows color (decimal): -15733045 or 13364751. OLE color: 13364751.

HSL color Cylindrical-coordinate representation of color #0FEECB: hue angle of 170.58º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEECB is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 238 203 -
CMYK 0.94 0 0.15 0.07
HSL 170.58º 0.88% 0.5% -
HSV(B) 170.58º 0.94% 0.93% -
XYZ 41.55 65.56 66.96 -
YUV 167.33 148.12 19.35 -
System Red Green Blue C M Y K H S L
Decimal 15 238 203 0.94 0 0.15 0.07 170.58 0.88 0.5
Hex F EE CB 5E 0 F 7 AB 58 32
Octal 17 356 313 136 0 17 7 253 130 62
Binary 1111 11101110 11001011 1011110 0 1111 111 10101011 1011000 110010

Color Harmonies of #0FEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEECB

Black with #0FEECB

Text Example


Text Example

White with #0FEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,238,203); }

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

background-color css

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

 a { background-color: rgb(15,238,203); }

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

border-color css

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

 span { border-color: rgb(15,238,203); }

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