Html Css Color HEX #0FFACA Bright Turquoise

📋 copy color: '#0FFACA'

red 15 ◦ green 250 ◦ blue 202

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

Shades of Bright Turquoise #0FFACA

Tints of Bright Turquoise #0FFACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.53%

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 3.21%
G = 53.53%
B = 43.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#0FFACA (or 0x0FFACA) is known color: Bright Turquoise. HEX triplet: 0F, FA and CA. RGB value is (15,250,202). Sum of RGB (Red+Green+Blue) = 15+250+202=467 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFACA is #F00535. Grayscale: #AEAEAE. Windows color (decimal): -15729974 or 13302287. OLE color: 13302287.

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

Color convert

RGB 15 250 202 -
CMYK 0.94 0 0.19 0.02
HSL 167.74º 0.96% 0.52% -
HSV(B) 167.74º 0.94% 0.98% -
XYZ 45.04 72.74 67.54 -
YUV 174.26 143.64 14.4 -
System Red Green Blue C M Y K H S L
Decimal 15 250 202 0.94 0 0.19 0.02 167.74 0.96 0.52
Hex F FA CA 5E 0 13 2 A8 60 34
Octal 17 372 312 136 0 23 2 250 140 64
Binary 1111 11111010 11001010 1011110 0 10011 10 10101000 1100000 110100

Color Harmonies of #0FFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFACA

Black with #0FFACA

Text Example


Text Example

White with #0FFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,202); }

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

background-color css

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

 a { background-color: rgb(15,250,202); }

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

border-color css

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

 span { border-color: rgb(15,250,202); }

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