Html Css Color HEX #12FCC3 Bright Turquoise

📋 copy color: '#12FCC3'

red 18 ◦ green 252 ◦ blue 195

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

Shades of Bright Turquoise #12FCC3

Tints of Bright Turquoise #12FCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 3.87%
G = 54.19%
B = 41.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#12FCC3 (or 0x12FCC3) is known color: Bright Turquoise. HEX triplet: 12, FC and C3. RGB value is (18,252,195). Sum of RGB (Red+Green+Blue) = 18+252+195=465 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.87% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCC3 is #ED033C. Grayscale: #AFAFAF. Windows color (decimal): -15532861 or 12844050. OLE color: 12844050.

HSL color Cylindrical-coordinate representation of color #12FCC3: hue angle of 165.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCC3 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 252 195 -
CMYK 0.93 0 0.23 0.01
HSL 165.38º 0.98% 0.53% -
HSV(B) 165.38º 0.93% 0.99% -
XYZ 44.91 73.69 63.49 -
YUV 175.54 138.98 15.63 -
System Red Green Blue C M Y K H S L
Decimal 18 252 195 0.93 0 0.23 0.01 165.38 0.98 0.53
Hex 12 FC C3 5D 0 17 1 A5 62 35
Octal 22 374 303 135 0 27 1 245 142 65
Binary 10010 11111100 11000011 1011101 0 10111 1 10100101 1100010 110101

Color Harmonies of #12FCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCC3

Black with #12FCC3

Text Example


Text Example

White with #12FCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,252,195); }

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

background-color css

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

 a { background-color: rgb(18,252,195); }

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

border-color css

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

 span { border-color: rgb(18,252,195); }

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