Html Css Color HEX #0FE9CB Bright Turquoise

📋 copy color: '#0FE9CB'

red 15 ◦ green 233 ◦ blue 203

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

Shades of Bright Turquoise #0FE9CB

Tints of Bright Turquoise #0FE9CB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.66%

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

R = 3.33%
G = 51.66%
B = 45.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#0FE9CB (or 0x0FE9CB) is known color: Bright Turquoise. HEX triplet: 0F, E9 and CB. RGB value is (15,233,203). Sum of RGB (Red+Green+Blue) = 15+233+203=451 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE9CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE9CB is #F01634. Grayscale: #A4A4A4. Windows color (decimal): -15734325 or 13363471. OLE color: 13363471.

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

Color convert

RGB 15 233 203 -
CMYK 0.94 0 0.13 0.09
HSL 171.74º 0.88% 0.49% -
HSV(B) 171.74º 0.94% 0.91% -
XYZ 40.12 62.69 66.49 -
YUV 164.4 149.78 21.44 -
System Red Green Blue C M Y K H S L
Decimal 15 233 203 0.94 0 0.13 0.09 171.74 0.88 0.49
Hex F E9 CB 5E 0 D 9 AC 58 31
Octal 17 351 313 136 0 15 11 254 130 61
Binary 1111 11101001 11001011 1011110 0 1101 1001 10101100 1011000 110001

Color Harmonies of #0FE9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE9CB

Black with #0FE9CB

Text Example


Text Example

White with #0FE9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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