Html Css Color HEX #43EEBF Turquoise

📋 copy color: '#43EEBF'

red 67 ◦ green 238 ◦ blue 191

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

Shades of Turquoise #43EEBF

Tints of Turquoise #43EEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.98%

 BLUE value IS 191 (75% from 255) = 38.51%

R = 13.51%
G = 47.98%
B = 38.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#43EEBF (or 0x43EEBF) is known color: Turquoise. HEX triplet: 43, EE and BF. RGB value is (67,238,191). Sum of RGB (Red+Green+Blue) = 67+238+191=496 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.51% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #43EEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EEBF is #BC1140. Grayscale: #B5B5B5. Windows color (decimal): -12325185 or 12578371. OLE color: 12578371.

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

Color convert

RGB 67 238 191 -
CMYK 0.72 0 0.20 0.07
HSL 163.51º 0.83% 0.6% -
HSV(B) 163.51º 0.72% 0.93% -
XYZ 42.29 66.1 59.82 -
YUV 181.51 133.35 46.32 -
System Red Green Blue C M Y K H S L
Decimal 67 238 191 0.72 0 0.20 0.07 163.51 0.83 0.6
Hex 43 EE BF 48 0 14 7 A4 53 3C
Octal 103 356 277 110 0 24 7 244 123 74
Binary 1000011 11101110 10111111 1001000 0 10100 111 10100100 1010011 111100

Color Harmonies of #43EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EEBF

Black with #43EEBF

Text Example


Text Example

White with #43EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,238,191); }

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

background-color css

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

 a { background-color: rgb(67,238,191); }

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

border-color css

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

 span { border-color: rgb(67,238,191); }

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