Html Css Color HEX #43DBC0 Turquoise

📋 copy color: '#43DBC0'

red 67 ◦ green 219 ◦ blue 192

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

Shades of Turquoise #43DBC0

Tints of Turquoise #43DBC0

RGB

 RED value IS 67 (26.56% from 255) = 14.02%

 GREEN value IS 219 (85.94% from 255) = 45.82%

 BLUE value IS 192 (75.39% from 255) = 40.17%

R = 14.02%
G = 45.82%
B = 40.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#43DBC0 (or 0x43DBC0) is known color: Turquoise. HEX triplet: 43, DB and C0. RGB value is (67,219,192). Sum of RGB (Red+Green+Blue) = 67+219+192=478 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.02% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #43DBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBC0 is #BC243F. Grayscale: #AAAAAA. Windows color (decimal): -12330048 or 12639043. OLE color: 12639043.

HSL color Cylindrical-coordinate representation of color #43DBC0: hue angle of 169.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DBC0 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 219 192 -
CMYK 0.69 0 0.12 0.14
HSL 169.34º 0.68% 0.56% -
HSV(B) 169.34º 0.69% 0.86% -
XYZ 37.16 55.66 58.65 -
YUV 170.47 140.14 54.2 -
System Red Green Blue C M Y K H S L
Decimal 67 219 192 0.69 0 0.12 0.14 169.34 0.68 0.56
Hex 43 DB C0 45 0 C E A9 44 38
Octal 103 333 300 105 0 14 16 251 104 70
Binary 1000011 11011011 11000000 1000101 0 1100 1110 10101001 1000100 111000

Color Harmonies of #43DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DBC0

Black with #43DBC0

Text Example


Text Example

White with #43DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43DBC0; }

 p { color: rgb(67,219,192); }

 H1.HeaderClassName
 {
   color: #43DBC0;
 }
 .AnyTagClassName
 {
   color: #43DBC0;
 }
</style>

background-color css

<style>
 a { background-color: #43DBC0; }

 a { background-color: rgb(67,219,192); }

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

border-color css

<style>
 span { border-color: #43DBC0; }

 span { border-color: rgb(67,219,192); }

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