Html Css Color HEX #43C5CF Medium Turquoise

📋 copy color: '#43C5CF'

red 67 ◦ green 197 ◦ blue 207

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

Shades of Medium Turquoise #43C5CF

Tints of Medium Turquoise #43C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.83%

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 14.23%
G = 41.83%
B = 43.95%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#43C5CF (or 0x43C5CF) is known color: Medium Turquoise. HEX triplet: 43, C5 and CF. RGB value is (67,197,207). Sum of RGB (Red+Green+Blue) = 67+197+207=471 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.23% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #43C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C5CF is #BC3A30. Grayscale: #9F9F9F. Windows color (decimal): -12335665 or 13616451. OLE color: 13616451.

HSL color Cylindrical-coordinate representation of color #43C5CF: hue angle of 184.29º 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 #43C5CF is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 67 197 207 -
CMYK 0.68 0.05 0 0.19
HSL 184.29º 0.59% 0.54% -
HSV(B) 184.29º 0.68% 0.81% -
XYZ 33.54 45.63 66.07 -
YUV 159.27 154.93 62.19 -
System Red Green Blue C M Y K H S L
Decimal 67 197 207 0.68 0.05 0 0.19 184.29 0.59 0.54
Hex 43 C5 CF 44 5 0 13 B8 3B 36
Octal 103 305 317 104 5 0 23 270 73 66
Binary 1000011 11000101 11001111 1000100 101 0 10011 10111000 111011 110110

Color Harmonies of #43C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C5CF

Black with #43C5CF

Text Example


Text Example

White with #43C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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