Html Css Color HEX #43D8EC Turquoise

📋 copy color: '#43D8EC'

red 67 ◦ green 216 ◦ blue 236

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

Shades of Turquoise #43D8EC

Tints of Turquoise #43D8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 12.91%
G = 41.62%
B = 45.47%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#43D8EC (or 0x43D8EC) is known color: Turquoise. HEX triplet: 43, D8 and EC. RGB value is (67,216,236). Sum of RGB (Red+Green+Blue) = 67+216+236=519 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.91% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #43D8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43D8EC is #BC2713. Grayscale: #ADADAD. Windows color (decimal): -12330772 or 15521859. OLE color: 15521859.

HSL color Cylindrical-coordinate representation of color #43D8EC: hue angle of 187.1º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43D8EC is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 67 216 236 -
CMYK 0.72 0.08 0 0.07
HSL 187.1º 0.82% 0.59% -
HSV(B) 187.1º 0.72% 0.93% -
XYZ 42.01 56.36 88.02 -
YUV 173.73 163.14 51.87 -
System Red Green Blue C M Y K H S L
Decimal 67 216 236 0.72 0.08 0 0.07 187.1 0.82 0.59
Hex 43 D8 EC 48 8 0 7 BB 52 3B
Octal 103 330 354 110 10 0 7 273 122 73
Binary 1000011 11011000 11101100 1001000 1000 0 111 10111011 1010010 111011

Color Harmonies of #43D8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43D8EC

Black with #43D8EC

Text Example


Text Example

White with #43D8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,216,236); }

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

background-color css

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

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

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

border-color css

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

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

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