Html Css Color HEX #12DFDB Bright Turquoise

📋 copy color: '#12DFDB'

red 18 ◦ green 223 ◦ blue 219

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

Shades of Bright Turquoise #12DFDB

Tints of Bright Turquoise #12DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 3.91%
G = 48.48%
B = 47.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#12DFDB (or 0x12DFDB) is known color: Bright Turquoise. HEX triplet: 12, DF and DB. RGB value is (18,223,219). Sum of RGB (Red+Green+Blue) = 18+223+219=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFDB is #ED2024. Grayscale: #A1A1A1. Windows color (decimal): -15540261 or 14409490. OLE color: 14409490.

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

Color convert

RGB 18 223 219 -
CMYK 0.92 0 0.02 0.13
HSL 178.83º 0.85% 0.47% -
HSV(B) 178.83º 0.92% 0.87% -
XYZ 39.42 58.02 76.14 -
YUV 161.25 160.58 25.83 -
System Red Green Blue C M Y K H S L
Decimal 18 223 219 0.92 0 0.02 0.13 178.83 0.85 0.47
Hex 12 DF DB 5C 0 2 D B3 55 2F
Octal 22 337 333 134 0 2 15 263 125 57
Binary 10010 11011111 11011011 1011100 0 10 1101 10110011 1010101 101111

Color Harmonies of #12DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DFDB

Black with #12DFDB

Text Example


Text Example

White with #12DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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