Html Css Color HEX #43DFB2 Turquoise

📋 copy color: '#43DFB2'

red 67 ◦ green 223 ◦ blue 178

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

Shades of Turquoise #43DFB2

Tints of Turquoise #43DFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 14.32%
G = 47.65%
B = 38.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#43DFB2 (or 0x43DFB2) is known color: Turquoise. HEX triplet: 43, DF and B2. RGB value is (67,223,178). Sum of RGB (Red+Green+Blue) = 67+223+178=468 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.32% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #43DFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43DFB2 is #BC204D. Grayscale: #ABABAB. Windows color (decimal): -12329038 or 11722563. OLE color: 11722563.

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

Color convert

RGB 67 223 178 -
CMYK 0.70 0 0.20 0.13
HSL 162.69º 0.71% 0.57% -
HSV(B) 162.69º 0.7% 0.87% -
XYZ 36.74 57.18 51.22 -
YUV 171.23 131.82 53.66 -
System Red Green Blue C M Y K H S L
Decimal 67 223 178 0.70 0 0.20 0.13 162.69 0.71 0.57
Hex 43 DF B2 46 0 14 D A3 47 39
Octal 103 337 262 106 0 24 15 243 107 71
Binary 1000011 11011111 10110010 1000110 0 10100 1101 10100011 1000111 111001

Color Harmonies of #43DFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DFB2

Black with #43DFB2

Text Example


Text Example

White with #43DFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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