Html Css Color HEX #0FFFE7 Bright Turquoise

📋 copy color: '#0FFFE7'

red 15 ◦ green 255 ◦ blue 231

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

Shades of Bright Turquoise #0FFFE7

Tints of Bright Turquoise #0FFFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 50.9%

 BLUE value IS 231 (90.63% from 255) = 46.11%

R = 2.99%
G = 50.9%
B = 46.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#0FFFE7 (or 0x0FFFE7) is known color: Bright Turquoise. HEX triplet: 0F, FF and E7. RGB value is (15,255,231). Sum of RGB (Red+Green+Blue) = 15+255+231=501 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.99% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFFE7 is #F00018. Grayscale: #B4B4B4. Windows color (decimal): -15728665 or 15204111. OLE color: 15204111.

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

Color convert

RGB 15 255 231 -
CMYK 0.94 0 0.09 0
HSL 174º 1% 0.53% -
HSV(B) 174º 0.94% 1% -
XYZ 50.38 77.39 87.88 -
YUV 180.5 156.49 9.95 -
System Red Green Blue C M Y K H S L
Decimal 15 255 231 0.94 0 0.09 0 174 1 0.53
Hex F FF E7 5E 0 9 0 AE 64 35
Octal 17 377 347 136 0 11 0 256 144 65
Binary 1111 11111111 11100111 1011110 0 1001 0 10101110 1100100 110101

Color Harmonies of #0FFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFFE7

Black with #0FFFE7

Text Example


Text Example

White with #0FFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,255,231); }

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

background-color css

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

 a { background-color: rgb(15,255,231); }

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

border-color css

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

 span { border-color: rgb(15,255,231); }

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