Html Css Color HEX #43DBCB Turquoise

📋 copy color: '#43DBCB'

red 67 ◦ green 219 ◦ blue 203

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

Shades of Turquoise #43DBCB

Tints of Turquoise #43DBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 13.7%
G = 44.79%
B = 41.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#43DBCB (or 0x43DBCB) is known color: Turquoise. HEX triplet: 43, DB and CB. RGB value is (67,219,203). Sum of RGB (Red+Green+Blue) = 67+219+203=489 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.70% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #43DBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBCB is #BC2434. Grayscale: #ABABAB. Windows color (decimal): -12330037 or 13359939. OLE color: 13359939.

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

Color convert

RGB 67 219 203 -
CMYK 0.69 0 0.07 0.14
HSL 173.68º 0.68% 0.56% -
HSV(B) 173.68º 0.69% 0.86% -
XYZ 38.43 56.17 65.32 -
YUV 171.73 145.64 53.3 -
System Red Green Blue C M Y K H S L
Decimal 67 219 203 0.69 0 0.07 0.14 173.68 0.68 0.56
Hex 43 DB CB 45 0 7 E AE 44 38
Octal 103 333 313 105 0 7 16 256 104 70
Binary 1000011 11011011 11001011 1000101 0 111 1110 10101110 1000100 111000

Color Harmonies of #43DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DBCB

Black with #43DBCB

Text Example


Text Example

White with #43DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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