Html Css Color HEX #12EAEA Bright Turquoise

📋 copy color: '#12EAEA'

red 18 ◦ green 234 ◦ blue 234

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

Shades of Bright Turquoise #12EAEA

Tints of Bright Turquoise #12EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.15%

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

R = 3.7%
G = 48.15%
B = 48.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12EAEA (or 0x12EAEA) is known color: Bright Turquoise. HEX triplet: 12, EA and EA. RGB value is (18,234,234). Sum of RGB (Red+Green+Blue) = 18+234+234=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #12EAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EAEA is #ED1515. Grayscale: #A9A9A9. Windows color (decimal): -15537430 or 15395346. OLE color: 15395346.

HSL color Cylindrical-coordinate representation of color #12EAEA: hue angle of 180º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EAEA is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 234 234 -
CMYK 0.92 0 0 0.08
HSL 180º 0.86% 0.49% -
HSV(B) 180º 0.92% 0.92% -
XYZ 44.52 64.91 88.03 -
YUV 169.42 164.44 20 -
System Red Green Blue C M Y K H S L
Decimal 18 234 234 0.92 0 0 0.08 180 0.86 0.49
Hex 12 EA EA 5C 0 0 8 B4 56 31
Octal 22 352 352 134 0 0 10 264 126 61
Binary 10010 11101010 11101010 1011100 0 0 1000 10110100 1010110 110001

Color Harmonies of #12EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EAEA

Black with #12EAEA

Text Example


Text Example

White with #12EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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