Html Css Color HEX #12FDC4 Bright Turquoise

📋 copy color: '#12FDC4'

red 18 ◦ green 253 ◦ blue 196

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

Shades of Bright Turquoise #12FDC4

Tints of Bright Turquoise #12FDC4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.18%

 BLUE value IS 196 (76.95% from 255) = 41.97%

R = 3.85%
G = 54.18%
B = 41.97%

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

#12FDC4 (or 0x12FDC4) is known color: Bright Turquoise. HEX triplet: 12, FD and C4. RGB value is (18,253,196). Sum of RGB (Red+Green+Blue) = 18+253+196=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FDC4 is #ED023B. Grayscale: #B0B0B0. Windows color (decimal): -15532604 or 12909842. OLE color: 12909842.

HSL color Cylindrical-coordinate representation of color #12FDC4: hue angle of 165.45º 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 #12FDC4 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 253 196 -
CMYK 0.93 0 0.23 0.01
HSL 165.45º 0.98% 0.53% -
HSV(B) 165.45º 0.93% 0.99% -
XYZ 45.34 74.36 64.19 -
YUV 176.24 139.14 15.13 -
System Red Green Blue C M Y K H S L
Decimal 18 253 196 0.93 0 0.23 0.01 165.45 0.98 0.53
Hex 12 FD C4 5D 0 17 1 A5 62 35
Octal 22 375 304 135 0 27 1 245 142 65
Binary 10010 11111101 11000100 1011101 0 10111 1 10100101 1100010 110101

Color Harmonies of #12FDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FDC4

Black with #12FDC4

Text Example


Text Example

White with #12FDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,253,196); }

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

background-color css

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

 a { background-color: rgb(18,253,196); }

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

border-color css

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

 span { border-color: rgb(18,253,196); }

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