Html Css Color HEX #43DEDC Turquoise

📋 copy color: '#43DEDC'

red 67 ◦ green 222 ◦ blue 220

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

Shades of Turquoise #43DEDC

Tints of Turquoise #43DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.61%

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 13.16%
G = 43.61%
B = 43.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#43DEDC (or 0x43DEDC) is known color: Turquoise. HEX triplet: 43, DE and DC. RGB value is (67,222,220). Sum of RGB (Red+Green+Blue) = 67+222+220=509 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.16% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #43DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DEDC is #BC2123. Grayscale: #AFAFAF. Windows color (decimal): -12329252 or 14474819. OLE color: 14474819.

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

Color convert

RGB 67 222 220 -
CMYK 0.70 0 0.01 0.13
HSL 179.23º 0.7% 0.57% -
HSV(B) 179.23º 0.7% 0.87% -
XYZ 41.35 58.6 76.84 -
YUV 175.43 153.15 50.66 -
System Red Green Blue C M Y K H S L
Decimal 67 222 220 0.70 0 0.01 0.13 179.23 0.7 0.57
Hex 43 DE DC 46 0 1 D B3 46 39
Octal 103 336 334 106 0 1 15 263 106 71
Binary 1000011 11011110 11011100 1000110 0 1 1101 10110011 1000110 111001

Color Harmonies of #43DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DEDC

Black with #43DEDC

Text Example


Text Example

White with #43DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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