Html Css Color HEX #34FAAE Turquoise

📋 copy color: '#34FAAE'

red 52 ◦ green 250 ◦ blue 174

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

Shades of Turquoise #34FAAE

Tints of Turquoise #34FAAE

RGB

 RED value IS 52 (20.7% from 255) = 10.92%

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

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 10.92%
G = 52.52%
B = 36.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#34FAAE (or 0x34FAAE) is known color: Turquoise. HEX triplet: 34, FA and AE. RGB value is (52,250,174). Sum of RGB (Red+Green+Blue) = 52+250+174=476 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.92% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #34FAAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FAAE is #CB0551. Grayscale: #B6B6B6. Windows color (decimal): -13305170 or 11467316. OLE color: 11467316.

HSL color Cylindrical-coordinate representation of color #34FAAE: hue angle of 156.97º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FAAE is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 250 174 -
CMYK 0.79 0 0.30 0.02
HSL 156.97º 0.95% 0.59% -
HSV(B) 156.97º 0.79% 0.98% -
XYZ 43.24 72.16 51.69 -
YUV 182.13 123.4 35.18 -
System Red Green Blue C M Y K H S L
Decimal 52 250 174 0.79 0 0.30 0.02 156.97 0.95 0.59
Hex 34 FA AE 4F 0 1E 2 9D 5F 3B
Octal 64 372 256 117 0 36 2 235 137 73
Binary 110100 11111010 10101110 1001111 0 11110 10 10011101 1011111 111011

Color Harmonies of #34FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FAAE

Black with #34FAAE

Text Example


Text Example

White with #34FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34FAAE; }

 p { color: rgb(52,250,174); }

 H1.HeaderClassName
 {
   color: #34FAAE;
 }
 .AnyTagClassName
 {
   color: #34FAAE;
 }
</style>

background-color css

<style>
 a { background-color: #34FAAE; }

 a { background-color: rgb(52,250,174); }

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

border-color css

<style>
 span { border-color: #34FAAE; }

 span { border-color: rgb(52,250,174); }

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