Html Css Color HEX #15FFCA Bright Turquoise

📋 copy color: '#15FFCA'

red 21 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #15FFCA

Tints of Bright Turquoise #15FFCA

RGB

 RED value IS 21 (8.59% from 255) = 4.39%

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

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

R = 4.39%
G = 53.35%
B = 42.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#15FFCA (or 0x15FFCA) is known color: Bright Turquoise. HEX triplet: 15, FF and CA. RGB value is (21,255,202). Sum of RGB (Red+Green+Blue) = 21+255+202=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFCA is #EA0035. Grayscale: #B2B2B2. Windows color (decimal): -15335478 or 13303573. OLE color: 13303573.

HSL color Cylindrical-coordinate representation of color #15FFCA: hue angle of 166.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFCA is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 21 255 202 -
CMYK 0.92 0 0.21 0
HSL 166.41º 1% 0.54% -
HSV(B) 166.41º 0.92% 1% -
XYZ 46.73 75.94 68.07 -
YUV 178.99 140.98 15.31 -
System Red Green Blue C M Y K H S L
Decimal 21 255 202 0.92 0 0.21 0 166.41 1 0.54
Hex 15 FF CA 5C 0 15 0 A6 64 36
Octal 25 377 312 134 0 25 0 246 144 66
Binary 10101 11111111 11001010 1011100 0 10101 0 10100110 1100100 110110

Color Harmonies of #15FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FFCA

Black with #15FFCA

Text Example


Text Example

White with #15FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15FFCA; }

 p { color: rgb(21,255,202); }

 H1.HeaderClassName
 {
   color: #15FFCA;
 }
 .AnyTagClassName
 {
   color: #15FFCA;
 }
</style>

background-color css

<style>
 a { background-color: #15FFCA; }

 a { background-color: rgb(21,255,202); }

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

border-color css

<style>
 span { border-color: #15FFCA; }

 span { border-color: rgb(21,255,202); }

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