Html Css Color HEX #12CFD0 Dark Turquoise

📋 copy color: '#12CFD0'

red 18 ◦ green 207 ◦ blue 208

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

Shades of Dark Turquoise #12CFD0

Tints of Dark Turquoise #12CFD0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.81%

 BLUE value IS 208 (81.64% from 255) = 48.04%

R = 4.16%
G = 47.81%
B = 48.04%

CMYK

 C value IS 0.91

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#12CFD0 (or 0x12CFD0) is known color: Dark Turquoise. HEX triplet: 12, CF and D0. RGB value is (18,207,208). Sum of RGB (Red+Green+Blue) = 18+207+208=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #12CFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFD0 is #ED302F. Grayscale: #969696. Windows color (decimal): -15544368 or 13684498. OLE color: 13684498.

HSL color Cylindrical-coordinate representation of color #12CFD0: hue angle of 180.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CFD0 is Cyan = 0.91, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 207 208 -
CMYK 0.91 0.00 0 0.18
HSL 180.32º 0.84% 0.44% -
HSV(B) 180.32º 0.91% 0.82% -
XYZ 33.95 49.31 67.4 -
YUV 150.6 160.38 33.42 -
System Red Green Blue C M Y K H S L
Decimal 18 207 208 0.91 0.00 0 0.18 180.32 0.84 0.44
Hex 12 CF D0 5B 0 0 12 B4 54 2C
Octal 22 317 320 133 0 0 22 264 124 54
Binary 10010 11001111 11010000 1011011 0 0 10010 10110100 1010100 101100

Color Harmonies of #12CFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFD0

Black with #12CFD0

Text Example


Text Example

White with #12CFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,208); }

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

background-color css

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

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

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

border-color css

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

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

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