Html Css Color HEX #43D5D6 Medium Turquoise

📋 copy color: '#43D5D6'

red 67 ◦ green 213 ◦ blue 214

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

Shades of Medium Turquoise #43D5D6

Tints of Medium Turquoise #43D5D6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

 BLUE value IS 214 (83.98% from 255) = 43.32%

R = 13.56%
G = 43.12%
B = 43.32%

CMYK

 C value IS 0.69

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#43D5D6 (or 0x43D5D6) is known color: Medium Turquoise. HEX triplet: 43, D5 and D6. RGB value is (67,213,214). Sum of RGB (Red+Green+Blue) = 67+213+214=494 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.56% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #43D5D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D5D6 is #BC2A29. Grayscale: #A9A9A9. Windows color (decimal): -12331562 or 14079299. OLE color: 14079299.

HSL color Cylindrical-coordinate representation of color #43D5D6: hue angle of 180.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D5D6 is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 67 213 214 -
CMYK 0.69 0.00 0 0.16
HSL 180.41º 0.64% 0.55% -
HSV(B) 180.41º 0.69% 0.84% -
XYZ 38.25 53.64 71.96 -
YUV 169.46 153.13 54.92 -
System Red Green Blue C M Y K H S L
Decimal 67 213 214 0.69 0.00 0 0.16 180.41 0.64 0.55
Hex 43 D5 D6 45 0 0 10 B4 40 37
Octal 103 325 326 105 0 0 20 264 100 67
Binary 1000011 11010101 11010110 1000101 0 0 10000 10110100 1000000 110111

Color Harmonies of #43D5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43D5D6

Black with #43D5D6

Text Example


Text Example

White with #43D5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,213,214); }

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

background-color css

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

 a { background-color: rgb(67,213,214); }

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

border-color css

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

 span { border-color: rgb(67,213,214); }

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