Html Css Color HEX #12CBDB Dark Turquoise

📋 copy color: '#12CBDB'

red 18 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #12CBDB

Tints of Dark Turquoise #12CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

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

R = 4.09%
G = 46.14%
B = 49.77%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12CBDB (or 0x12CBDB) is known color: Dark Turquoise. HEX triplet: 12, CB and DB. RGB value is (18,203,219). Sum of RGB (Red+Green+Blue) = 18+203+219=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #12CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CBDB is #ED3424. Grayscale: #959595. Windows color (decimal): -15545381 or 14404370. OLE color: 14404370.

HSL color Cylindrical-coordinate representation of color #12CBDB: hue angle of 184.78º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CBDB is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 203 219 -
CMYK 0.92 0.07 0 0.14
HSL 184.78º 0.85% 0.46% -
HSV(B) 184.78º 0.92% 0.86% -
XYZ 34.39 47.95 74.46 -
YUV 149.51 167.21 34.2 -
System Red Green Blue C M Y K H S L
Decimal 18 203 219 0.92 0.07 0 0.14 184.78 0.85 0.46
Hex 12 CB DB 5C 7 0 E B9 55 2E
Octal 22 313 333 134 7 0 16 271 125 56
Binary 10010 11001011 11011011 1011100 111 0 1110 10111001 1010101 101110

Color Harmonies of #12CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CBDB

Black with #12CBDB

Text Example


Text Example

White with #12CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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