Html Css Color HEX #12E5CD Bright Turquoise

📋 copy color: '#12E5CD'

red 18 ◦ green 229 ◦ blue 205

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

Shades of Bright Turquoise #12E5CD

Tints of Bright Turquoise #12E5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.66%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 3.98%
G = 50.66%
B = 45.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#12E5CD (or 0x12E5CD) is known color: Bright Turquoise. HEX triplet: 12, E5 and CD. RGB value is (18,229,205). Sum of RGB (Red+Green+Blue) = 18+229+205=452 (59% of max value = 765). Red value is 18 (7.42% from 255 or 3.98% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #12E5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E5CD is #ED1A32. Grayscale: #A3A3A3. Windows color (decimal): -15538739 or 13493522. OLE color: 13493522.

HSL color Cylindrical-coordinate representation of color #12E5CD: hue angle of 173.18º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E5CD is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 229 205 -
CMYK 0.92 0 0.10 0.10
HSL 173.18º 0.85% 0.48% -
HSV(B) 173.18º 0.92% 0.9% -
XYZ 39.29 60.58 67.38 -
YUV 163.18 151.6 24.45 -
System Red Green Blue C M Y K H S L
Decimal 18 229 205 0.92 0 0.10 0.10 173.18 0.85 0.48
Hex 12 E5 CD 5C 0 A A AD 55 30
Octal 22 345 315 134 0 12 12 255 125 60
Binary 10010 11100101 11001101 1011100 0 1010 1010 10101101 1010101 110000

Color Harmonies of #12E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E5CD

Black with #12E5CD

Text Example


Text Example

White with #12E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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