Html Css Color HEX #43DDD9 Turquoise

📋 copy color: '#43DDD9'

red 67 ◦ green 221 ◦ blue 217

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

Shades of Turquoise #43DDD9

Tints of Turquoise #43DDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 13.27%
G = 43.76%
B = 42.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#43DDD9 (or 0x43DDD9) is known color: Turquoise. HEX triplet: 43, DD and D9. RGB value is (67,221,217). Sum of RGB (Red+Green+Blue) = 67+221+217=505 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.27% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #43DDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DDD9 is #BC2226. Grayscale: #AEAEAE. Windows color (decimal): -12329511 or 14277955. OLE color: 14277955.

HSL color Cylindrical-coordinate representation of color #43DDD9: hue angle of 178.44º 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 #43DDD9 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 221 217 -
CMYK 0.70 0 0.02 0.13
HSL 178.44º 0.69% 0.56% -
HSV(B) 178.44º 0.7% 0.87% -
XYZ 40.7 57.92 74.68 -
YUV 174.5 151.98 51.33 -
System Red Green Blue C M Y K H S L
Decimal 67 221 217 0.70 0 0.02 0.13 178.44 0.69 0.56
Hex 43 DD D9 46 0 2 D B2 45 38
Octal 103 335 331 106 0 2 15 262 105 70
Binary 1000011 11011101 11011001 1000110 0 10 1101 10110010 1000101 111000

Color Harmonies of #43DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DDD9

Black with #43DDD9

Text Example


Text Example

White with #43DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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