Html Css Color HEX #34FAB8 Turquoise

📋 copy color: '#34FAB8'

red 52 ◦ green 250 ◦ blue 184

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

Shades of Turquoise #34FAB8

Tints of Turquoise #34FAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.86%

R = 10.7%
G = 51.44%
B = 37.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#34FAB8 (or 0x34FAB8) is known color: Turquoise. HEX triplet: 34, FA and B8. RGB value is (52,250,184). Sum of RGB (Red+Green+Blue) = 52+250+184=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #34FAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FAB8 is #CB0547. Grayscale: #B7B7B7. Windows color (decimal): -13305160 or 12122676. OLE color: 12122676.

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

Color convert

RGB 52 250 184 -
CMYK 0.79 0 0.26 0.02
HSL 160º 0.95% 0.59% -
HSV(B) 160º 0.79% 0.98% -
XYZ 44.25 72.56 57.02 -
YUV 183.27 128.4 34.37 -
System Red Green Blue C M Y K H S L
Decimal 52 250 184 0.79 0 0.26 0.02 160 0.95 0.59
Hex 34 FA B8 4F 0 1A 2 A0 5F 3B
Octal 64 372 270 117 0 32 2 240 137 73
Binary 110100 11111010 10111000 1001111 0 11010 10 10100000 1011111 111011

Color Harmonies of #34FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FAB8

Black with #34FAB8

Text Example


Text Example

White with #34FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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