Html Css Color HEX #0FFCCA Bright Turquoise

📋 copy color: '#0FFCCA'

red 15 ◦ green 252 ◦ blue 202

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

Shades of Bright Turquoise #0FFCCA

Tints of Bright Turquoise #0FFCCA

RGB

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

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

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

R = 3.2%
G = 53.73%
B = 43.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#0FFCCA (or 0x0FFCCA) is known color: Bright Turquoise. HEX triplet: 0F, FC and CA. RGB value is (15,252,202). Sum of RGB (Red+Green+Blue) = 15+252+202=469 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.20% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCCA is #F00335. Grayscale: #AFAFAF. Windows color (decimal): -15729462 or 13302799. OLE color: 13302799.

HSL color Cylindrical-coordinate representation of color #0FFCCA: hue angle of 167.34º 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 #0FFCCA is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 252 202 -
CMYK 0.94 0 0.20 0.01
HSL 167.34º 0.98% 0.52% -
HSV(B) 167.34º 0.94% 0.99% -
XYZ 45.67 73.99 67.75 -
YUV 175.44 142.98 13.57 -
System Red Green Blue C M Y K H S L
Decimal 15 252 202 0.94 0 0.20 0.01 167.34 0.98 0.52
Hex F FC CA 5E 0 14 1 A7 62 34
Octal 17 374 312 136 0 24 1 247 142 64
Binary 1111 11111100 11001010 1011110 0 10100 1 10100111 1100010 110100

Color Harmonies of #0FFCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFCCA

Black with #0FFCCA

Text Example


Text Example

White with #0FFCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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