Html Css Color HEX #43CDDD Medium Turquoise

📋 copy color: '#43CDDD'

red 67 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #43CDDD

Tints of Medium Turquoise #43CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 13.59%
G = 41.58%
B = 44.83%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#43CDDD (or 0x43CDDD) is known color: Medium Turquoise. HEX triplet: 43, CD and DD. RGB value is (67,205,221). Sum of RGB (Red+Green+Blue) = 67+205+221=493 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.59% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #43CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDDD is #BC3222. Grayscale: #A5A5A5. Windows color (decimal): -12333603 or 14536003. OLE color: 14536003.

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

Color convert

RGB 67 205 221 -
CMYK 0.70 0.07 0 0.13
HSL 186.23º 0.69% 0.56% -
HSV(B) 186.23º 0.7% 0.87% -
XYZ 37.2 50.08 76.11 -
YUV 165.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 67 205 221 0.70 0.07 0 0.13 186.23 0.69 0.56
Hex 43 CD DD 46 7 0 D BA 45 38
Octal 103 315 335 106 7 0 15 272 105 70
Binary 1000011 11001101 11011101 1000110 111 0 1101 10111010 1000101 111000

Color Harmonies of #43CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CDDD

Black with #43CDDD

Text Example


Text Example

White with #43CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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