Html Css Color HEX #43CDDC Medium Turquoise

📋 copy color: '#43CDDC'

red 67 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #43CDDC

Tints of Medium Turquoise #43CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 13.62%
G = 41.67%
B = 44.72%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#43CDDC (or 0x43CDDC) is known color: Medium Turquoise. HEX triplet: 43, CD and DC. RGB value is (67,205,220). Sum of RGB (Red+Green+Blue) = 67+205+220=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #43CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDDC is #BC3223. Grayscale: #A5A5A5. Windows color (decimal): -12333604 or 14470467. OLE color: 14470467.

HSL color Cylindrical-coordinate representation of color #43CDDC: hue angle of 185.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CDDC is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 205 220 -
CMYK 0.70 0.07 0 0.14
HSL 185.88º 0.69% 0.56% -
HSV(B) 185.88º 0.7% 0.86% -
XYZ 37.06 50.02 75.41 -
YUV 165.45 158.78 57.78 -
System Red Green Blue C M Y K H S L
Decimal 67 205 220 0.70 0.07 0 0.14 185.88 0.69 0.56
Hex 43 CD DC 46 7 0 E BA 45 38
Octal 103 315 334 106 7 0 16 272 105 70
Binary 1000011 11001101 11011100 1000110 111 0 1110 10111010 1000101 111000

Color Harmonies of #43CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CDDC

Black with #43CDDC

Text Example


Text Example

White with #43CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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