Html Css Color HEX #12FAEA Bright Turquoise

📋 copy color: '#12FAEA'

red 18 ◦ green 250 ◦ blue 234

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

Shades of Bright Turquoise #12FAEA

Tints of Bright Turquoise #12FAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.8%

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 3.59%
G = 49.8%
B = 46.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#12FAEA (or 0x12FAEA) is known color: Bright Turquoise. HEX triplet: 12, FA and EA. RGB value is (18,250,234). Sum of RGB (Red+Green+Blue) = 18+250+234=502 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.59% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FAEA is #ED0515. Grayscale: #B2B2B2. Windows color (decimal): -15533334 or 15399442. OLE color: 15399442.

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

Color convert

RGB 18 250 234 -
CMYK 0.93 0 0.06 0.02
HSL 175.86º 0.96% 0.53% -
HSV(B) 175.86º 0.93% 0.98% -
XYZ 49.29 74.44 89.61 -
YUV 178.81 159.14 13.3 -
System Red Green Blue C M Y K H S L
Decimal 18 250 234 0.93 0 0.06 0.02 175.86 0.96 0.53
Hex 12 FA EA 5D 0 6 2 B0 60 35
Octal 22 372 352 135 0 6 2 260 140 65
Binary 10010 11111010 11101010 1011101 0 110 10 10110000 1100000 110101

Color Harmonies of #12FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAEA

Black with #12FAEA

Text Example


Text Example

White with #12FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,250,234); }

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

background-color css

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

 a { background-color: rgb(18,250,234); }

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

border-color css

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

 span { border-color: rgb(18,250,234); }

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