Html Css Color HEX #43DDC7 Turquoise

📋 copy color: '#43DDC7'

red 67 ◦ green 221 ◦ blue 199

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

Shades of Turquoise #43DDC7

Tints of Turquoise #43DDC7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.38%

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 13.76%
G = 45.38%
B = 40.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#43DDC7 (or 0x43DDC7) is known color: Turquoise. HEX triplet: 43, DD and C7. RGB value is (67,221,199). Sum of RGB (Red+Green+Blue) = 67+221+199=487 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.76% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #43DDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DDC7 is #BC2238. Grayscale: #ACACAC. Windows color (decimal): -12329529 or 13098307. OLE color: 13098307.

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

Color convert

RGB 67 221 199 -
CMYK 0.70 0 0.10 0.13
HSL 171.43º 0.69% 0.56% -
HSV(B) 171.43º 0.7% 0.87% -
XYZ 38.48 57.03 63.01 -
YUV 172.45 142.98 52.79 -
System Red Green Blue C M Y K H S L
Decimal 67 221 199 0.70 0 0.10 0.13 171.43 0.69 0.56
Hex 43 DD C7 46 0 A D AB 45 38
Octal 103 335 307 106 0 12 15 253 105 70
Binary 1000011 11011101 11000111 1000110 0 1010 1101 10101011 1000101 111000

Color Harmonies of #43DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DDC7

Black with #43DDC7

Text Example


Text Example

White with #43DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,221,199); }

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

background-color css

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

 a { background-color: rgb(67,221,199); }

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

border-color css

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

 span { border-color: rgb(67,221,199); }

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