Html Css Color HEX #43CCCC Medium Turquoise

📋 copy color: '#43CCCC'

red 67 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #43CCCC

Tints of Medium Turquoise #43CCCC

RGB

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

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

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

R = 14.11%
G = 42.95%
B = 42.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#43CCCC (or 0x43CCCC) is known color: Medium Turquoise. HEX triplet: 43, CC and CC. RGB value is (67,204,204). Sum of RGB (Red+Green+Blue) = 67+204+204=475 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.11% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #43CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCCC is #BC3333. Grayscale: #A2A2A2. Windows color (decimal): -12333876 or 13421635. OLE color: 13421635.

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

Color convert

RGB 67 204 204 -
CMYK 0.67 0 0 0.2
HSL 180º 0.57% 0.53% -
HSV(B) 180º 0.67% 0.8% -
XYZ 34.81 48.74 64.7 -
YUV 163.04 151.11 59.5 -
System Red Green Blue C M Y K H S L
Decimal 67 204 204 0.67 0 0 0.2 180 0.57 0.53
Hex 43 CC CC 43 0 0 14 B4 39 35
Octal 103 314 314 103 0 0 24 264 71 65
Binary 1000011 11001100 11001100 1000011 0 0 10100 10110100 111001 110101

Color Harmonies of #43CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CCCC

Black with #43CCCC

Text Example


Text Example

White with #43CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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