Html Css Color HEX #0FE5CB Bright Turquoise

📋 copy color: '#0FE5CB'

red 15 ◦ green 229 ◦ blue 203

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

Shades of Bright Turquoise #0FE5CB

Tints of Bright Turquoise #0FE5CB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.23%

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

R = 3.36%
G = 51.23%
B = 45.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#0FE5CB (or 0x0FE5CB) is known color: Bright Turquoise. HEX triplet: 0F, E5 and CB. RGB value is (15,229,203). Sum of RGB (Red+Green+Blue) = 15+229+203=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE5CB is #F01A34. Grayscale: #A1A1A1. Windows color (decimal): -15735349 or 13362447. OLE color: 13362447.

HSL color Cylindrical-coordinate representation of color #0FE5CB: hue angle of 172.71º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE5CB is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 229 203 -
CMYK 0.93 0 0.11 0.10
HSL 172.71º 0.88% 0.48% -
HSV(B) 172.71º 0.93% 0.9% -
XYZ 39 60.45 66.11 -
YUV 162.05 151.1 23.11 -
System Red Green Blue C M Y K H S L
Decimal 15 229 203 0.93 0 0.11 0.10 172.71 0.88 0.48
Hex F E5 CB 5D 0 B A AD 58 30
Octal 17 345 313 135 0 13 12 255 130 60
Binary 1111 11100101 11001011 1011101 0 1011 1010 10101101 1011000 110000

Color Harmonies of #0FE5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE5CB

Black with #0FE5CB

Text Example


Text Example

White with #0FE5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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