Html Css Color HEX #43CFC0 Medium Turquoise

📋 copy color: '#43CFC0'

red 67 ◦ green 207 ◦ blue 192

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

Shades of Medium Turquoise #43CFC0

Tints of Medium Turquoise #43CFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 14.38%
G = 44.42%
B = 41.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#43CFC0 (or 0x43CFC0) is known color: Medium Turquoise. HEX triplet: 43, CF and C0. RGB value is (67,207,192). Sum of RGB (Red+Green+Blue) = 67+207+192=466 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.38% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #43CFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFC0 is #BC303F. Grayscale: #A3A3A3. Windows color (decimal): -12333120 or 12635971. OLE color: 12635971.

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

Color convert

RGB 67 207 192 -
CMYK 0.68 0 0.07 0.19
HSL 173.57º 0.59% 0.54% -
HSV(B) 173.57º 0.68% 0.81% -
XYZ 34.14 49.62 57.65 -
YUV 163.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 67 207 192 0.68 0 0.07 0.19 173.57 0.59 0.54
Hex 43 CF C0 44 0 7 13 AE 3B 36
Octal 103 317 300 104 0 7 23 256 73 66
Binary 1000011 11001111 11000000 1000100 0 111 10011 10101110 111011 110110

Color Harmonies of #43CFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CFC0

Black with #43CFC0

Text Example


Text Example

White with #43CFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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