Html Css Color HEX #43EACC Turquoise

📋 copy color: '#43EACC'

red 67 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #43EACC

Tints of Turquoise #43EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.34%

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 13.27%
G = 46.34%
B = 40.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#43EACC (or 0x43EACC) is known color: Turquoise. HEX triplet: 43, EA and CC. RGB value is (67,234,204). Sum of RGB (Red+Green+Blue) = 67+234+204=505 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.27% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #43EACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EACC is #BC1533. Grayscale: #B4B4B4. Windows color (decimal): -12326196 or 13429315. OLE color: 13429315.

HSL color Cylindrical-coordinate representation of color #43EACC: hue angle of 169.22º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43EACC is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 67 234 204 -
CMYK 0.71 0 0.13 0.08
HSL 169.22º 0.8% 0.59% -
HSV(B) 169.22º 0.71% 0.92% -
XYZ 42.64 64.4 67.31 -
YUV 180.65 141.17 46.94 -
System Red Green Blue C M Y K H S L
Decimal 67 234 204 0.71 0 0.13 0.08 169.22 0.8 0.59
Hex 43 EA CC 47 0 D 8 A9 50 3B
Octal 103 352 314 107 0 15 10 251 120 73
Binary 1000011 11101010 11001100 1000111 0 1101 1000 10101001 1010000 111011

Color Harmonies of #43EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EACC

Black with #43EACC

Text Example


Text Example

White with #43EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,234,204); }

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

background-color css

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

 a { background-color: rgb(67,234,204); }

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

border-color css

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

 span { border-color: rgb(67,234,204); }

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