Html Css Color HEX #43EBDB Turquoise

📋 copy color: '#43EBDB'

red 67 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #43EBDB

Tints of Turquoise #43EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.11%

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

R = 12.86%
G = 45.11%
B = 42.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#43EBDB (or 0x43EBDB) is known color: Turquoise. HEX triplet: 43, EB and DB. RGB value is (67,235,219). Sum of RGB (Red+Green+Blue) = 67+235+219=521 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.86% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #43EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EBDB is #BC1424. Grayscale: #B6B6B6. Windows color (decimal): -12325925 or 14412611. OLE color: 14412611.

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

Color convert

RGB 67 235 219 -
CMYK 0.71 0 0.07 0.08
HSL 174.29º 0.81% 0.59% -
HSV(B) 174.29º 0.71% 0.92% -
XYZ 44.81 65.72 77.34 -
YUV 182.94 148.34 45.3 -
System Red Green Blue C M Y K H S L
Decimal 67 235 219 0.71 0 0.07 0.08 174.29 0.81 0.59
Hex 43 EB DB 47 0 7 8 AE 51 3B
Octal 103 353 333 107 0 7 10 256 121 73
Binary 1000011 11101011 11011011 1000111 0 111 1000 10101110 1010001 111011

Color Harmonies of #43EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EBDB

Black with #43EBDB

Text Example


Text Example

White with #43EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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