Html Css Color HEX #43DFC1 Turquoise

📋 copy color: '#43DFC1'

red 67 ◦ green 223 ◦ blue 193

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

Shades of Turquoise #43DFC1

Tints of Turquoise #43DFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 13.87%
G = 46.17%
B = 39.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#43DFC1 (or 0x43DFC1) is known color: Turquoise. HEX triplet: 43, DF and C1. RGB value is (67,223,193). Sum of RGB (Red+Green+Blue) = 67+223+193=483 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.87% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #43DFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DFC1 is #BC203E. Grayscale: #ACACAC. Windows color (decimal): -12329023 or 12705603. OLE color: 12705603.

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

Color convert

RGB 67 223 193 -
CMYK 0.70 0 0.13 0.13
HSL 168.46º 0.71% 0.57% -
HSV(B) 168.46º 0.7% 0.87% -
XYZ 38.33 57.82 59.59 -
YUV 172.94 139.32 52.44 -
System Red Green Blue C M Y K H S L
Decimal 67 223 193 0.70 0 0.13 0.13 168.46 0.71 0.57
Hex 43 DF C1 46 0 D D A8 47 39
Octal 103 337 301 106 0 15 15 250 107 71
Binary 1000011 11011111 11000001 1000110 0 1101 1101 10101000 1000111 111001

Color Harmonies of #43DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DFC1

Black with #43DFC1

Text Example


Text Example

White with #43DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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