Html Css Color HEX #43DCE1 Turquoise

📋 copy color: '#43DCE1'

red 67 ◦ green 220 ◦ blue 225

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

Shades of Turquoise #43DCE1

Tints of Turquoise #43DCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.97%

 BLUE value IS 225 (88.28% from 255) = 43.95%

R = 13.09%
G = 42.97%
B = 43.95%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#43DCE1 (or 0x43DCE1) is known color: Turquoise. HEX triplet: 43, DC and E1. RGB value is (67,220,225). Sum of RGB (Red+Green+Blue) = 67+220+225=512 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.09% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #43DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DCE1 is #BC231E. Grayscale: #AEAEAE. Windows color (decimal): -12329759 or 14801987. OLE color: 14801987.

HSL color Cylindrical-coordinate representation of color #43DCE1: hue angle of 181.9º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DCE1 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 220 225 -
CMYK 0.70 0.02 0 0.12
HSL 181.9º 0.72% 0.57% -
HSV(B) 181.9º 0.7% 0.88% -
XYZ 41.5 57.82 80.21 -
YUV 174.82 156.31 51.09 -
System Red Green Blue C M Y K H S L
Decimal 67 220 225 0.70 0.02 0 0.12 181.9 0.72 0.57
Hex 43 DC E1 46 2 0 C B6 48 39
Octal 103 334 341 106 2 0 14 266 110 71
Binary 1000011 11011100 11100001 1000110 10 0 1100 10110110 1001000 111001

Color Harmonies of #43DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DCE1

Black with #43DCE1

Text Example


Text Example

White with #43DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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