Html Css Color HEX #12FEDD Bright Turquoise

📋 copy color: '#12FEDD'

red 18 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #12FEDD

Tints of Bright Turquoise #12FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.52%

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 3.65%
G = 51.52%
B = 44.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#12FEDD (or 0x12FEDD) is known color: Bright Turquoise. HEX triplet: 12, FE and DD. RGB value is (18,254,221). Sum of RGB (Red+Green+Blue) = 18+254+221=493 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.65% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FEDD is #ED0122. Grayscale: #B3B3B3. Windows color (decimal): -15532323 or 14548498. OLE color: 14548498.

HSL color Cylindrical-coordinate representation of color #12FEDD: hue angle of 171.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FEDD is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 254 221 -
CMYK 0.93 0 0.13 0.00
HSL 171.61º 0.99% 0.53% -
HSV(B) 171.61º 0.93% 1% -
XYZ 48.74 76.23 80.55 -
YUV 179.67 151.31 12.68 -
System Red Green Blue C M Y K H S L
Decimal 18 254 221 0.93 0 0.13 0.00 171.61 0.99 0.53
Hex 12 FE DD 5D 0 D 0 AC 63 35
Octal 22 376 335 135 0 15 0 254 143 65
Binary 10010 11111110 11011101 1011101 0 1101 0 10101100 1100011 110101

Color Harmonies of #12FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FEDD

Black with #12FEDD

Text Example


Text Example

White with #12FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,254,221); }

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

background-color css

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

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

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

border-color css

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

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

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