Html Css Color HEX #12DFCD Bright Turquoise

📋 copy color: '#12DFCD'

red 18 ◦ green 223 ◦ blue 205

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

Shades of Bright Turquoise #12DFCD

Tints of Bright Turquoise #12DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50%

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

R = 4.04%
G = 50%
B = 45.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#12DFCD (or 0x12DFCD) is known color: Bright Turquoise. HEX triplet: 12, DF and CD. RGB value is (18,223,205). Sum of RGB (Red+Green+Blue) = 18+223+205=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFCD is #ED2032. Grayscale: #9F9F9F. Windows color (decimal): -15540275 or 13491986. OLE color: 13491986.

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

Color convert

RGB 18 223 205 -
CMYK 0.92 0 0.08 0.13
HSL 174.73º 0.85% 0.47% -
HSV(B) 174.73º 0.92% 0.87% -
XYZ 37.66 57.31 66.84 -
YUV 159.65 153.58 26.96 -
System Red Green Blue C M Y K H S L
Decimal 18 223 205 0.92 0 0.08 0.13 174.73 0.85 0.47
Hex 12 DF CD 5C 0 8 D AF 55 2F
Octal 22 337 315 134 0 10 15 257 125 57
Binary 10010 11011111 11001101 1011100 0 1000 1101 10101111 1010101 101111

Color Harmonies of #12DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DFCD

Black with #12DFCD

Text Example


Text Example

White with #12DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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