Html Css Color HEX #12DFDF Bright Turquoise

📋 copy color: '#12DFDF'

red 18 ◦ green 223 ◦ blue 223

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

Shades of Bright Turquoise #12DFDF

Tints of Bright Turquoise #12DFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 3.88%
G = 48.06%
B = 48.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12DFDF (or 0x12DFDF) is known color: Bright Turquoise. HEX triplet: 12, DF and DF. RGB value is (18,223,223). Sum of RGB (Red+Green+Blue) = 18+223+223=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #12DFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFDF is #ED2020. Grayscale: #A1A1A1. Windows color (decimal): -15540257 or 14671634. OLE color: 14671634.

HSL color Cylindrical-coordinate representation of color #12DFDF: hue angle of 180º 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 #12DFDF is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 223 -
CMYK 0.92 0 0 0.13
HSL 180º 0.85% 0.47% -
HSV(B) 180º 0.92% 0.87% -
XYZ 39.96 58.23 78.95 -
YUV 161.71 162.58 25.5 -
System Red Green Blue C M Y K H S L
Decimal 18 223 223 0.92 0 0 0.13 180 0.85 0.47
Hex 12 DF DF 5C 0 0 D B4 55 2F
Octal 22 337 337 134 0 0 15 264 125 57
Binary 10010 11011111 11011111 1011100 0 0 1101 10110100 1010101 101111

Color Harmonies of #12DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DFDF

Black with #12DFDF

Text Example


Text Example

White with #12DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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