Html Css Color HEX #43EDDB Turquoise

📋 copy color: '#43EDDB'

red 67 ◦ green 237 ◦ blue 219

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

Shades of Turquoise #43EDDB

Tints of Turquoise #43EDDB

RGB

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

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

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

R = 12.81%
G = 45.32%
B = 41.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#43EDDB (or 0x43EDDB) is known color: Turquoise. HEX triplet: 43, ED and DB. RGB value is (67,237,219). Sum of RGB (Red+Green+Blue) = 67+237+219=523 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.81% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #43EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EDDB is #BC1224. Grayscale: #B8B8B8. Windows color (decimal): -12325413 or 14413123. OLE color: 14413123.

HSL color Cylindrical-coordinate representation of color #43EDDB: hue angle of 173.65º 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 #43EDDB is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 67 237 219 -
CMYK 0.72 0 0.08 0.07
HSL 173.65º 0.83% 0.6% -
HSV(B) 173.65º 0.72% 0.93% -
XYZ 45.39 66.88 77.53 -
YUV 184.12 147.68 44.46 -
System Red Green Blue C M Y K H S L
Decimal 67 237 219 0.72 0 0.08 0.07 173.65 0.83 0.6
Hex 43 ED DB 48 0 8 7 AE 53 3C
Octal 103 355 333 110 0 10 7 256 123 74
Binary 1000011 11101101 11011011 1001000 0 1000 111 10101110 1010011 111100

Color Harmonies of #43EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EDDB

Black with #43EDDB

Text Example


Text Example

White with #43EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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