Html Css Color HEX #43DCBD Turquoise

📋 copy color: '#43DCBD'

red 67 ◦ green 220 ◦ blue 189

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

Shades of Turquoise #43DCBD

Tints of Turquoise #43DCBD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.22%

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 14.08%
G = 46.22%
B = 39.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#43DCBD (or 0x43DCBD) is known color: Turquoise. HEX triplet: 43, DC and BD. RGB value is (67,220,189). Sum of RGB (Red+Green+Blue) = 67+220+189=476 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.08% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #43DCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DCBD is #BC2342. Grayscale: #AAAAAA. Windows color (decimal): -12329795 or 12442691. OLE color: 12442691.

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

Color convert

RGB 67 220 189 -
CMYK 0.70 0 0.14 0.14
HSL 167.84º 0.69% 0.56% -
HSV(B) 167.84º 0.7% 0.86% -
XYZ 37.09 56.05 57.01 -
YUV 170.72 138.31 54.02 -
System Red Green Blue C M Y K H S L
Decimal 67 220 189 0.70 0 0.14 0.14 167.84 0.69 0.56
Hex 43 DC BD 46 0 E E A8 45 38
Octal 103 334 275 106 0 16 16 250 105 70
Binary 1000011 11011100 10111101 1000110 0 1110 1110 10101000 1000101 111000

Color Harmonies of #43DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DCBD

Black with #43DCBD

Text Example


Text Example

White with #43DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,220,189); }

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

background-color css

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

 a { background-color: rgb(67,220,189); }

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

border-color css

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

 span { border-color: rgb(67,220,189); }

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