Html Css Color HEX #43DEDE Turquoise

📋 copy color: '#43DEDE'

red 67 ◦ green 222 ◦ blue 222

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

Shades of Turquoise #43DEDE

Tints of Turquoise #43DEDE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.44%

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 13.11%
G = 43.44%
B = 43.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#43DEDE (or 0x43DEDE) is known color: Turquoise. HEX triplet: 43, DE and DE. RGB value is (67,222,222). Sum of RGB (Red+Green+Blue) = 67+222+222=511 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.11% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #43DEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DEDE is #BC2121. Grayscale: #AFAFAF. Windows color (decimal): -12329250 or 14605891. OLE color: 14605891.

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

Color convert

RGB 67 222 222 -
CMYK 0.70 0 0 0.13
HSL 180º 0.7% 0.57% -
HSV(B) 180º 0.7% 0.87% -
XYZ 41.62 58.71 78.25 -
YUV 175.66 154.15 50.5 -
System Red Green Blue C M Y K H S L
Decimal 67 222 222 0.70 0 0 0.13 180 0.7 0.57
Hex 43 DE DE 46 0 0 D B4 46 39
Octal 103 336 336 106 0 0 15 264 106 71
Binary 1000011 11011110 11011110 1000110 0 0 1101 10110100 1000110 111001

Color Harmonies of #43DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DEDE

Black with #43DEDE

Text Example


Text Example

White with #43DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,222,222); }

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

background-color css

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

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

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

border-color css

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

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

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