Html Css Color HEX #43C9DB Medium Turquoise

📋 copy color: '#43C9DB'

red 67 ◦ green 201 ◦ blue 219

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

Shades of Medium Turquoise #43C9DB

Tints of Medium Turquoise #43C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.27%

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 13.76%
G = 41.27%
B = 44.97%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#43C9DB (or 0x43C9DB) is known color: Medium Turquoise. HEX triplet: 43, C9 and DB. RGB value is (67,201,219). Sum of RGB (Red+Green+Blue) = 67+201+219=487 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.76% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #43C9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C9DB is #BC3624. Grayscale: #A2A2A2. Windows color (decimal): -12334629 or 14403907. OLE color: 14403907.

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

Color convert

RGB 67 201 219 -
CMYK 0.69 0.08 0 0.14
HSL 187.11º 0.68% 0.56% -
HSV(B) 187.11º 0.69% 0.86% -
XYZ 35.99 48.08 74.4 -
YUV 162.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 67 201 219 0.69 0.08 0 0.14 187.11 0.68 0.56
Hex 43 C9 DB 45 8 0 E BB 44 38
Octal 103 311 333 105 10 0 16 273 104 70
Binary 1000011 11001001 11011011 1000101 1000 0 1110 10111011 1000100 111000

Color Harmonies of #43C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C9DB

Black with #43C9DB

Text Example


Text Example

White with #43C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,201,219); }

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

background-color css

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

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

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

border-color css

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

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

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