Html Css Color HEX #12F8CA Bright Turquoise

📋 copy color: '#12F8CA'

red 18 ◦ green 248 ◦ blue 202

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

Shades of Bright Turquoise #12F8CA

Tints of Bright Turquoise #12F8CA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.99%

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

R = 3.85%
G = 52.99%
B = 43.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#12F8CA (or 0x12F8CA) is known color: Bright Turquoise. HEX triplet: 12, F8 and CA. RGB value is (18,248,202). Sum of RGB (Red+Green+Blue) = 18+248+202=468 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #12F8CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F8CA is #ED0735. Grayscale: #ADADAD. Windows color (decimal): -15533878 or 13301778. OLE color: 13301778.

HSL color Cylindrical-coordinate representation of color #12F8CA: hue angle of 168º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F8CA is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 248 202 -
CMYK 0.93 0 0.19 0.03
HSL 168º 0.94% 0.52% -
HSV(B) 168º 0.93% 0.97% -
XYZ 44.48 71.53 67.34 -
YUV 173.99 143.8 16.74 -
System Red Green Blue C M Y K H S L
Decimal 18 248 202 0.93 0 0.19 0.03 168 0.94 0.52
Hex 12 F8 CA 5D 0 13 3 A8 5E 34
Octal 22 370 312 135 0 23 3 250 136 64
Binary 10010 11111000 11001010 1011101 0 10011 11 10101000 1011110 110100

Color Harmonies of #12F8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F8CA

Black with #12F8CA

Text Example


Text Example

White with #12F8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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