Html Css Color HEX #43DFCD Turquoise

📋 copy color: '#43DFCD'

red 67 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #43DFCD

Tints of Turquoise #43DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 13.54%
G = 45.05%
B = 41.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#43DFCD (or 0x43DFCD) is known color: Turquoise. HEX triplet: 43, DF and CD. RGB value is (67,223,205). Sum of RGB (Red+Green+Blue) = 67+223+205=495 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.54% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #43DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DFCD is #BC2032. Grayscale: #AEAEAE. Windows color (decimal): -12329011 or 13492035. OLE color: 13492035.

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

Color convert

RGB 67 223 205 -
CMYK 0.70 0 0.08 0.13
HSL 173.08º 0.71% 0.57% -
HSV(B) 173.08º 0.7% 0.87% -
XYZ 39.72 58.38 66.93 -
YUV 174.3 145.32 51.46 -
System Red Green Blue C M Y K H S L
Decimal 67 223 205 0.70 0 0.08 0.13 173.08 0.71 0.57
Hex 43 DF CD 46 0 8 D AD 47 39
Octal 103 337 315 106 0 10 15 255 107 71
Binary 1000011 11011111 11001101 1000110 0 1000 1101 10101101 1000111 111001

Color Harmonies of #43DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DFCD

Black with #43DFCD

Text Example


Text Example

White with #43DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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