Html Css Color HEX #43DBEA Turquoise

📋 copy color: '#43DBEA'

red 67 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #43DBEA

Tints of Turquoise #43DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.12%

 BLUE value IS 234 (91.8% from 255) = 45%

R = 12.88%
G = 42.12%
B = 45%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#43DBEA (or 0x43DBEA) is known color: Turquoise. HEX triplet: 43, DB and EA. RGB value is (67,219,234). Sum of RGB (Red+Green+Blue) = 67+219+234=520 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.88% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #43DBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBEA is #BC2415. Grayscale: #AFAFAF. Windows color (decimal): -12330006 or 15391555. OLE color: 15391555.

HSL color Cylindrical-coordinate representation of color #43DBEA: hue angle of 185.39º degrees, saturation: 0.8, 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 #43DBEA is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 67 219 234 -
CMYK 0.71 0.06 0 0.08
HSL 185.39º 0.8% 0.59% -
HSV(B) 185.39º 0.71% 0.92% -
XYZ 42.5 57.8 86.76 -
YUV 175.26 161.14 50.78 -
System Red Green Blue C M Y K H S L
Decimal 67 219 234 0.71 0.06 0 0.08 185.39 0.8 0.59
Hex 43 DB EA 47 6 0 8 B9 50 3B
Octal 103 333 352 107 6 0 10 271 120 73
Binary 1000011 11011011 11101010 1000111 110 0 1000 10111001 1010000 111011

Color Harmonies of #43DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DBEA

Black with #43DBEA

Text Example


Text Example

White with #43DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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