Html Css Color HEX #43DBBE Turquoise

📋 copy color: '#43DBBE'

red 67 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #43DBBE

Tints of Turquoise #43DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 14.08%
G = 46.01%
B = 39.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#43DBBE (or 0x43DBBE) is known color: Turquoise. HEX triplet: 43, DB and BE. RGB value is (67,219,190). Sum of RGB (Red+Green+Blue) = 67+219+190=476 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.08% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #43DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBBE is #BC2441. Grayscale: #AAAAAA. Windows color (decimal): -12330050 or 12507971. OLE color: 12507971.

HSL color Cylindrical-coordinate representation of color #43DBBE: hue angle of 168.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DBBE is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 219 190 -
CMYK 0.69 0 0.13 0.14
HSL 168.55º 0.68% 0.56% -
HSV(B) 168.55º 0.69% 0.86% -
XYZ 36.94 55.57 57.5 -
YUV 170.25 139.14 54.36 -
System Red Green Blue C M Y K H S L
Decimal 67 219 190 0.69 0 0.13 0.14 168.55 0.68 0.56
Hex 43 DB BE 45 0 D E A9 44 38
Octal 103 333 276 105 0 15 16 251 104 70
Binary 1000011 11011011 10111110 1000101 0 1101 1110 10101001 1000100 111000

Color Harmonies of #43DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DBBE

Black with #43DBBE

Text Example


Text Example

White with #43DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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