Html Css Color HEX #12BFDF Dark Turquoise

📋 copy color: '#12BFDF'

red 18 ◦ green 191 ◦ blue 223

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

Shades of Dark Turquoise #12BFDF

Tints of Dark Turquoise #12BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 44.21%

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

R = 4.17%
G = 44.21%
B = 51.62%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12BFDF (or 0x12BFDF) is known color: Dark Turquoise. HEX triplet: 12, BF and DF. RGB value is (18,191,223). Sum of RGB (Red+Green+Blue) = 18+191+223=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #12BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFDF is #ED4020. Grayscale: #8E8E8E. Windows color (decimal): -15548449 or 14663442. OLE color: 14663442.

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

Color convert

RGB 18 191 223 -
CMYK 0.92 0.14 0 0.13
HSL 189.37º 0.85% 0.47% -
HSV(B) 189.37º 0.92% 0.87% -
XYZ 32.2 42.72 76.36 -
YUV 142.92 173.19 38.9 -
System Red Green Blue C M Y K H S L
Decimal 18 191 223 0.92 0.14 0 0.13 189.37 0.85 0.47
Hex 12 BF DF 5C E 0 D BD 55 2F
Octal 22 277 337 134 16 0 15 275 125 57
Binary 10010 10111111 11011111 1011100 1110 0 1101 10111101 1010101 101111

Color Harmonies of #12BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BFDF

Black with #12BFDF

Text Example


Text Example

White with #12BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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