Html Css Color HEX #43FAE5 Turquoise

📋 copy color: '#43FAE5'

red 67 ◦ green 250 ◦ blue 229

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

Shades of Turquoise #43FAE5

Tints of Turquoise #43FAE5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.79%

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 12.27%
G = 45.79%
B = 41.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#43FAE5 (or 0x43FAE5) is known color: Turquoise. HEX triplet: 43, FA and E5. RGB value is (67,250,229). Sum of RGB (Red+Green+Blue) = 67+250+229=546 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.27% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #43FAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FAE5 is #BC051A. Grayscale: #C0C0C0. Windows color (decimal): -12322075 or 15071811. OLE color: 15071811.

HSL color Cylindrical-coordinate representation of color #43FAE5: hue angle of 173.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FAE5 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 250 229 -
CMYK 0.73 0 0.08 0.02
HSL 173.11º 0.95% 0.62% -
HSV(B) 173.11º 0.73% 0.98% -
XYZ 50.64 75.22 85.98 -
YUV 192.89 148.37 38.21 -
System Red Green Blue C M Y K H S L
Decimal 67 250 229 0.73 0 0.08 0.02 173.11 0.95 0.62
Hex 43 FA E5 49 0 8 2 AD 5F 3E
Octal 103 372 345 111 0 10 2 255 137 76
Binary 1000011 11111010 11100101 1001001 0 1000 10 10101101 1011111 111110

Color Harmonies of #43FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43FAE5

Black with #43FAE5

Text Example


Text Example

White with #43FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,250,229); }

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

background-color css

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

 a { background-color: rgb(67,250,229); }

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

border-color css

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

 span { border-color: rgb(67,250,229); }

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