Html Css Color HEX #0FFCE6 Bright Turquoise

📋 copy color: '#0FFCE6'

red 15 ◦ green 252 ◦ blue 230

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

Shades of Bright Turquoise #0FFCE6

Tints of Bright Turquoise #0FFCE6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.7%

 BLUE value IS 230 (90.23% from 255) = 46.28%

R = 3.02%
G = 50.7%
B = 46.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#0FFCE6 (or 0x0FFCE6) is known color: Bright Turquoise. HEX triplet: 0F, FC and E6. RGB value is (15,252,230). Sum of RGB (Red+Green+Blue) = 15+252+230=497 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFCE6 is #F00319. Grayscale: #B2B2B2. Windows color (decimal): -15729434 or 15137807. OLE color: 15137807.

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

Color convert

RGB 15 252 230 -
CMYK 0.94 0 0.09 0.01
HSL 174.43º 0.98% 0.52% -
HSV(B) 174.43º 0.94% 0.99% -
XYZ 49.29 75.44 86.83 -
YUV 178.63 156.98 11.29 -
System Red Green Blue C M Y K H S L
Decimal 15 252 230 0.94 0 0.09 0.01 174.43 0.98 0.52
Hex F FC E6 5E 0 9 1 AE 62 34
Octal 17 374 346 136 0 11 1 256 142 64
Binary 1111 11111100 11100110 1011110 0 1001 1 10101110 1100010 110100

Color Harmonies of #0FFCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFCE6

Black with #0FFCE6

Text Example


Text Example

White with #0FFCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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