Html Css Color HEX #12F2ED Bright Turquoise

📋 copy color: '#12F2ED'

red 18 ◦ green 242 ◦ blue 237

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

Shades of Bright Turquoise #12F2ED

Tints of Bright Turquoise #12F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.69%

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 3.62%
G = 48.69%
B = 47.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#12F2ED (or 0x12F2ED) is known color: Bright Turquoise. HEX triplet: 12, F2 and ED. RGB value is (18,242,237). Sum of RGB (Red+Green+Blue) = 18+242+237=497 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.62% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F2ED is #ED0D12. Grayscale: #AEAEAE. Windows color (decimal): -15535379 or 15594002. OLE color: 15594002.

HSL color Cylindrical-coordinate representation of color #12F2ED: hue angle of 178.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F2ED is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 242 237 -
CMYK 0.93 0 0.02 0.05
HSL 178.66º 0.9% 0.51% -
HSV(B) 178.66º 0.93% 0.95% -
XYZ 47.29 69.75 91.09 -
YUV 174.45 163.29 16.41 -
System Red Green Blue C M Y K H S L
Decimal 18 242 237 0.93 0 0.02 0.05 178.66 0.9 0.51
Hex 12 F2 ED 5D 0 2 5 B3 5A 33
Octal 22 362 355 135 0 2 5 263 132 63
Binary 10010 11110010 11101101 1011101 0 10 101 10110011 1011010 110011

Color Harmonies of #12F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F2ED

Black with #12F2ED

Text Example


Text Example

White with #12F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,242,237); }

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

background-color css

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

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

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

border-color css

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

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

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