Html Css Color HEX #12ECE5 Bright Turquoise

📋 copy color: '#12ECE5'

red 18 ◦ green 236 ◦ blue 229

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

Shades of Bright Turquoise #12ECE5

Tints of Bright Turquoise #12ECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.86%

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

R = 3.73%
G = 48.86%
B = 47.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#12ECE5 (or 0x12ECE5) is known color: Bright Turquoise. HEX triplet: 12, EC and E5. RGB value is (18,236,229). Sum of RGB (Red+Green+Blue) = 18+236+229=483 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.73% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #12ECE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12ECE5 is #ED131A. Grayscale: #A9A9A9. Windows color (decimal): -15536923 or 15068178. OLE color: 15068178.

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

Color convert

RGB 18 236 229 -
CMYK 0.92 0 0.03 0.07
HSL 178.07º 0.86% 0.5% -
HSV(B) 178.07º 0.92% 0.93% -
XYZ 44.39 65.78 84.49 -
YUV 170.02 161.28 19.57 -
System Red Green Blue C M Y K H S L
Decimal 18 236 229 0.92 0 0.03 0.07 178.07 0.86 0.5
Hex 12 EC E5 5C 0 3 7 B2 56 32
Octal 22 354 345 134 0 3 7 262 126 62
Binary 10010 11101100 11100101 1011100 0 11 111 10110010 1010110 110010

Color Harmonies of #12ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ECE5

Black with #12ECE5

Text Example


Text Example

White with #12ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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