Html Css Color HEX #12FCE5 Bright Turquoise

📋 copy color: '#12FCE5'

red 18 ◦ green 252 ◦ blue 229

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

Shades of Bright Turquoise #12FCE5

Tints of Bright Turquoise #12FCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 3.61%
G = 50.5%
B = 45.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#12FCE5 (or 0x12FCE5) is known color: Bright Turquoise. HEX triplet: 12, FC and E5. RGB value is (18,252,229). Sum of RGB (Red+Green+Blue) = 18+252+229=499 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.61% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCE5 is #ED031A. Grayscale: #B3B3B3. Windows color (decimal): -15532827 or 15072274. OLE color: 15072274.

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

Color convert

RGB 18 252 229 -
CMYK 0.93 0 0.09 0.01
HSL 174.1º 0.98% 0.53% -
HSV(B) 174.1º 0.93% 0.99% -
XYZ 49.2 75.41 86.09 -
YUV 179.41 155.98 12.87 -
System Red Green Blue C M Y K H S L
Decimal 18 252 229 0.93 0 0.09 0.01 174.1 0.98 0.53
Hex 12 FC E5 5D 0 9 1 AE 62 35
Octal 22 374 345 135 0 11 1 256 142 65
Binary 10010 11111100 11100101 1011101 0 1001 1 10101110 1100010 110101

Color Harmonies of #12FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCE5

Black with #12FCE5

Text Example


Text Example

White with #12FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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