Html Css Color HEX #43EDE4 Turquoise

📋 copy color: '#43EDE4'

red 67 ◦ green 237 ◦ blue 228

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

Shades of Turquoise #43EDE4

Tints of Turquoise #43EDE4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.55%

 BLUE value IS 228 (89.45% from 255) = 42.86%

R = 12.59%
G = 44.55%
B = 42.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#43EDE4 (or 0x43EDE4) is known color: Turquoise. HEX triplet: 43, ED and E4. RGB value is (67,237,228). Sum of RGB (Red+Green+Blue) = 67+237+228=532 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.59% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #43EDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EDE4 is #BC121B. Grayscale: #B9B9B9. Windows color (decimal): -12325404 or 15002947. OLE color: 15002947.

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

Color convert

RGB 67 237 228 -
CMYK 0.72 0 0.04 0.07
HSL 176.82º 0.83% 0.6% -
HSV(B) 176.82º 0.72% 0.93% -
XYZ 46.6 67.36 83.94 -
YUV 185.14 152.18 43.73 -
System Red Green Blue C M Y K H S L
Decimal 67 237 228 0.72 0 0.04 0.07 176.82 0.83 0.6
Hex 43 ED E4 48 0 4 7 B1 53 3C
Octal 103 355 344 110 0 4 7 261 123 74
Binary 1000011 11101101 11100100 1001000 0 100 111 10110001 1010011 111100

Color Harmonies of #43EDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EDE4

Black with #43EDE4

Text Example


Text Example

White with #43EDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,237,228); }

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

background-color css

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

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

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

border-color css

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

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

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