Html Css Color HEX #34FAD2 Turquoise

📋 copy color: '#34FAD2'

red 52 ◦ green 250 ◦ blue 210

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

Shades of Turquoise #34FAD2

Tints of Turquoise #34FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 10.16%
G = 48.83%
B = 41.02%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#34FAD2 (or 0x34FAD2) is known color: Turquoise. HEX triplet: 34, FA and D2. RGB value is (52,250,210). Sum of RGB (Red+Green+Blue) = 52+250+210=512 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.16% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #34FAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FAD2 is #CB052D. Grayscale: #BABABA. Windows color (decimal): -13305134 or 13826612. OLE color: 13826612.

HSL color Cylindrical-coordinate representation of color #34FAD2: hue angle of 167.88º 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 #34FAD2 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 250 210 -
CMYK 0.79 0 0.16 0.02
HSL 167.88º 0.95% 0.59% -
HSV(B) 167.88º 0.79% 0.98% -
XYZ 47.23 73.75 72.72 -
YUV 186.24 141.4 32.25 -
System Red Green Blue C M Y K H S L
Decimal 52 250 210 0.79 0 0.16 0.02 167.88 0.95 0.59
Hex 34 FA D2 4F 0 10 2 A8 5F 3B
Octal 64 372 322 117 0 20 2 250 137 73
Binary 110100 11111010 11010010 1001111 0 10000 10 10101000 1011111 111011

Color Harmonies of #34FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FAD2

Black with #34FAD2

Text Example


Text Example

White with #34FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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