Html Css Color HEX #0FE6CB Bright Turquoise

📋 copy color: '#0FE6CB'

red 15 ◦ green 230 ◦ blue 203

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

Shades of Bright Turquoise #0FE6CB

Tints of Bright Turquoise #0FE6CB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.34%

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

R = 3.35%
G = 51.34%
B = 45.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#0FE6CB (or 0x0FE6CB) is known color: Bright Turquoise. HEX triplet: 0F, E6 and CB. RGB value is (15,230,203). Sum of RGB (Red+Green+Blue) = 15+230+203=448 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.35% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE6CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE6CB is #F01934. Grayscale: #A2A2A2. Windows color (decimal): -15735093 or 13362703. OLE color: 13362703.

HSL color Cylindrical-coordinate representation of color #0FE6CB: hue angle of 172.47º 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 #0FE6CB is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 230 203 -
CMYK 0.93 0 0.12 0.10
HSL 172.47º 0.88% 0.48% -
HSV(B) 172.47º 0.93% 0.9% -
XYZ 39.27 61.01 66.21 -
YUV 162.64 150.77 22.7 -
System Red Green Blue C M Y K H S L
Decimal 15 230 203 0.93 0 0.12 0.10 172.47 0.88 0.48
Hex F E6 CB 5D 0 C A AC 58 30
Octal 17 346 313 135 0 14 12 254 130 60
Binary 1111 11100110 11001011 1011101 0 1100 1010 10101100 1011000 110000

Color Harmonies of #0FE6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE6CB

Black with #0FE6CB

Text Example


Text Example

White with #0FE6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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