Html Css Color HEX #12FFCA Bright Turquoise

📋 copy color: '#12FFCA'

red 18 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #12FFCA

Tints of Bright Turquoise #12FFCA

RGB

 RED value IS 18 (7.42% from 255) = 3.79%

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

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

R = 3.79%
G = 53.68%
B = 42.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#12FFCA (or 0x12FFCA) is known color: Bright Turquoise. HEX triplet: 12, FF and CA. RGB value is (18,255,202). Sum of RGB (Red+Green+Blue) = 18+255+202=475 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.79% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFCA is #ED0035. Grayscale: #B2B2B2. Windows color (decimal): -15532086 or 13303570. OLE color: 13303570.

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

Color convert

RGB 18 255 202 -
CMYK 0.93 0 0.21 0
HSL 166.58º 1% 0.54% -
HSV(B) 166.58º 0.93% 1% -
XYZ 46.67 75.91 68.07 -
YUV 178.1 141.48 13.81 -
System Red Green Blue C M Y K H S L
Decimal 18 255 202 0.93 0 0.21 0 166.58 1 0.54
Hex 12 FF CA 5D 0 15 0 A7 64 36
Octal 22 377 312 135 0 25 0 247 144 66
Binary 10010 11111111 11001010 1011101 0 10101 0 10100111 1100100 110110

Color Harmonies of #12FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FFCA

Black with #12FFCA

Text Example


Text Example

White with #12FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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