Html Css Color HEX #43CCB8 Medium Turquoise

📋 copy color: '#43CCB8'

red 67 ◦ green 204 ◦ blue 184

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

Shades of Medium Turquoise #43CCB8

Tints of Medium Turquoise #43CCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.44%

R = 14.73%
G = 44.84%
B = 40.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#43CCB8 (or 0x43CCB8) is known color: Medium Turquoise. HEX triplet: 43, CC and B8. RGB value is (67,204,184). Sum of RGB (Red+Green+Blue) = 67+204+184=455 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.73% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCB8 is #BC3347. Grayscale: #A0A0A0. Windows color (decimal): -12333896 or 12110915. OLE color: 12110915.

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

Color convert

RGB 67 204 184 -
CMYK 0.67 0 0.10 0.2
HSL 171.24º 0.57% 0.53% -
HSV(B) 171.24º 0.67% 0.8% -
XYZ 32.56 47.84 52.87 -
YUV 160.76 141.11 61.13 -
System Red Green Blue C M Y K H S L
Decimal 67 204 184 0.67 0 0.10 0.2 171.24 0.57 0.53
Hex 43 CC B8 43 0 A 14 AB 39 35
Octal 103 314 270 103 0 12 24 253 71 65
Binary 1000011 11001100 10111000 1000011 0 1010 10100 10101011 111001 110101

Color Harmonies of #43CCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CCB8

Black with #43CCB8

Text Example


Text Example

White with #43CCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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