Html Css Color HEX #12F6E1 Bright Turquoise

📋 copy color: '#12F6E1'

red 18 ◦ green 246 ◦ blue 225

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

Shades of Bright Turquoise #12F6E1

Tints of Bright Turquoise #12F6E1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.31%

 BLUE value IS 225 (88.28% from 255) = 46.01%

R = 3.68%
G = 50.31%
B = 46.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#12F6E1 (or 0x12F6E1) is known color: Bright Turquoise. HEX triplet: 12, F6 and E1. RGB value is (18,246,225). Sum of RGB (Red+Green+Blue) = 18+246+225=489 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.68% from 489); Green value is 246 (96.48% from 255 or 50.31% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 246 - color contains mainly: green. Hex color #12F6E1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F6E1 is #ED091E. Grayscale: #AFAFAF. Windows color (decimal): -15534367 or 14808594. OLE color: 14808594.

HSL color Cylindrical-coordinate representation of color #12F6E1: hue angle of 174.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F6E1 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 246 225 -
CMYK 0.93 0 0.09 0.04
HSL 174.47º 0.93% 0.52% -
HSV(B) 174.47º 0.93% 0.96% -
XYZ 46.8 71.48 82.56 -
YUV 175.43 155.96 15.71 -
System Red Green Blue C M Y K H S L
Decimal 18 246 225 0.93 0 0.09 0.04 174.47 0.93 0.52
Hex 12 F6 E1 5D 0 9 4 AE 5D 34
Octal 22 366 341 135 0 11 4 256 135 64
Binary 10010 11110110 11100001 1011101 0 1001 100 10101110 1011101 110100

Color Harmonies of #12F6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F6E1

Black with #12F6E1

Text Example


Text Example

White with #12F6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,246,225); }

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

background-color css

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

 a { background-color: rgb(18,246,225); }

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

border-color css

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

 span { border-color: rgb(18,246,225); }

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