Html Css Color HEX #43CCC1 Medium Turquoise

📋 copy color: '#43CCC1'

red 67 ◦ green 204 ◦ blue 193

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

Shades of Medium Turquoise #43CCC1

Tints of Medium Turquoise #43CCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

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

R = 14.44%
G = 43.97%
B = 41.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#43CCC1 (or 0x43CCC1) is known color: Medium Turquoise. HEX triplet: 43, CC and C1. RGB value is (67,204,193). Sum of RGB (Red+Green+Blue) = 67+204+193=464 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.44% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCC1 is #BC333E. Grayscale: #A1A1A1. Windows color (decimal): -12333887 or 12700739. OLE color: 12700739.

HSL color Cylindrical-coordinate representation of color #43CCC1: hue angle of 175.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CCC1 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 204 193 -
CMYK 0.67 0 0.05 0.2
HSL 175.18º 0.57% 0.53% -
HSV(B) 175.18º 0.67% 0.8% -
XYZ 33.53 48.23 57.99 -
YUV 161.78 145.61 60.39 -
System Red Green Blue C M Y K H S L
Decimal 67 204 193 0.67 0 0.05 0.2 175.18 0.57 0.53
Hex 43 CC C1 43 0 5 14 AF 39 35
Octal 103 314 301 103 0 5 24 257 71 65
Binary 1000011 11001100 11000001 1000011 0 101 10100 10101111 111001 110101

Color Harmonies of #43CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CCC1

Black with #43CCC1

Text Example


Text Example

White with #43CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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