Html Css Color HEX #43DFDC Turquoise

📋 copy color: '#43DFDC'

red 67 ◦ green 223 ◦ blue 220

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

Shades of Turquoise #43DFDC

Tints of Turquoise #43DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

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

R = 13.14%
G = 43.73%
B = 43.14%

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

#43DFDC (or 0x43DFDC) is known color: Turquoise. HEX triplet: 43, DF and DC. RGB value is (67,223,220). Sum of RGB (Red+Green+Blue) = 67+223+220=510 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.14% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #43DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DFDC is #BC2023. Grayscale: #AFAFAF. Windows color (decimal): -12328996 or 14475075. OLE color: 14475075.

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

Color convert

RGB 67 223 220 -
CMYK 0.70 0 0.01 0.13
HSL 178.85º 0.71% 0.57% -
HSV(B) 178.85º 0.7% 0.87% -
XYZ 41.62 59.14 76.93 -
YUV 176.01 152.82 50.24 -
System Red Green Blue C M Y K H S L
Decimal 67 223 220 0.70 0 0.01 0.13 178.85 0.71 0.57
Hex 43 DF DC 46 0 1 D B3 47 39
Octal 103 337 334 106 0 1 15 263 107 71
Binary 1000011 11011111 11011100 1000110 0 1 1101 10110011 1000111 111001

Color Harmonies of #43DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DFDC

Black with #43DFDC

Text Example


Text Example

White with #43DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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