Html Css Color HEX #43CDCD Medium Turquoise

📋 copy color: '#43CDCD'

red 67 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #43CDCD

Tints of Medium Turquoise #43CDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.98%

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 14.05%
G = 42.98%
B = 42.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#43CDCD (or 0x43CDCD) is known color: Medium Turquoise. HEX triplet: 43, CD and CD. RGB value is (67,205,205). Sum of RGB (Red+Green+Blue) = 67+205+205=477 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.05% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #43CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDCD is #BC3232. Grayscale: #A3A3A3. Windows color (decimal): -12333619 or 13487427. OLE color: 13487427.

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

Color convert

RGB 67 205 205 -
CMYK 0.67 0 0 0.20
HSL 180º 0.58% 0.53% -
HSV(B) 180º 0.67% 0.8% -
XYZ 35.17 49.26 65.41 -
YUV 163.74 151.28 59 -
System Red Green Blue C M Y K H S L
Decimal 67 205 205 0.67 0 0 0.20 180 0.58 0.53
Hex 43 CD CD 43 0 0 14 B4 3A 35
Octal 103 315 315 103 0 0 24 264 72 65
Binary 1000011 11001101 11001101 1000011 0 0 10100 10110100 111010 110101

Color Harmonies of #43CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CDCD

Black with #43CDCD

Text Example


Text Example

White with #43CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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