Html Css Color HEX #43CFBC Medium Turquoise

📋 copy color: '#43CFBC'

red 67 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #43CFBC

Tints of Medium Turquoise #43CFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.81%

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 14.5%
G = 44.81%
B = 40.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#43CFBC (or 0x43CFBC) is known color: Medium Turquoise. HEX triplet: 43, CF and BC. RGB value is (67,207,188). Sum of RGB (Red+Green+Blue) = 67+207+188=462 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.50% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFBC is #BC3043. Grayscale: #A2A2A2. Windows color (decimal): -12333124 or 12373827. OLE color: 12373827.

HSL color Cylindrical-coordinate representation of color #43CFBC: hue angle of 171.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43CFBC is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 67 207 188 -
CMYK 0.68 0 0.09 0.19
HSL 171.86º 0.59% 0.54% -
HSV(B) 171.86º 0.68% 0.81% -
XYZ 33.7 49.45 55.35 -
YUV 162.97 142.12 59.54 -
System Red Green Blue C M Y K H S L
Decimal 67 207 188 0.68 0 0.09 0.19 171.86 0.59 0.54
Hex 43 CF BC 44 0 9 13 AC 3B 36
Octal 103 317 274 104 0 11 23 254 73 66
Binary 1000011 11001111 10111100 1000100 0 1001 10011 10101100 111011 110110

Color Harmonies of #43CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CFBC

Black with #43CFBC

Text Example


Text Example

White with #43CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,207,188); }

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

background-color css

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

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

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

border-color css

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

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

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