Html Css Color HEX #12D8DF Bright Turquoise

📋 copy color: '#12D8DF'

red 18 ◦ green 216 ◦ blue 223

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

Shades of Bright Turquoise #12D8DF

Tints of Bright Turquoise #12D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 3.94%
G = 47.26%
B = 48.8%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12D8DF (or 0x12D8DF) is known color: Bright Turquoise. HEX triplet: 12, D8 and DF. RGB value is (18,216,223). Sum of RGB (Red+Green+Blue) = 18+216+223=457 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.94% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #12D8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D8DF is #ED2720. Grayscale: #9D9D9D. Windows color (decimal): -15542049 or 14669842. OLE color: 14669842.

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

Color convert

RGB 18 216 223 -
CMYK 0.92 0.03 0 0.13
HSL 182.05º 0.85% 0.47% -
HSV(B) 182.05º 0.92% 0.87% -
XYZ 38.12 54.57 78.34 -
YUV 157.6 164.9 28.43 -
System Red Green Blue C M Y K H S L
Decimal 18 216 223 0.92 0.03 0 0.13 182.05 0.85 0.47
Hex 12 D8 DF 5C 3 0 D B6 55 2F
Octal 22 330 337 134 3 0 15 266 125 57
Binary 10010 11011000 11011111 1011100 11 0 1101 10110110 1010101 101111

Color Harmonies of #12D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D8DF

Black with #12D8DF

Text Example


Text Example

White with #12D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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