Html Css Color HEX #34DFBE Turquoise

📋 copy color: '#34DFBE'

red 52 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #34DFBE

Tints of Turquoise #34DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 11.18%
G = 47.96%
B = 40.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#34DFBE (or 0x34DFBE) is known color: Turquoise. HEX triplet: 34, DF and BE. RGB value is (52,223,190). Sum of RGB (Red+Green+Blue) = 52+223+190=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFBE is #CB2041. Grayscale: #A8A8A8. Windows color (decimal): -13312066 or 12508980. OLE color: 12508980.

HSL color Cylindrical-coordinate representation of color #34DFBE: hue angle of 168.42º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DFBE is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 223 190 -
CMYK 0.77 0 0.15 0.13
HSL 168.42º 0.73% 0.54% -
HSV(B) 168.42º 0.77% 0.87% -
XYZ 37.1 57.22 57.81 -
YUV 168.11 140.35 45.18 -
System Red Green Blue C M Y K H S L
Decimal 52 223 190 0.77 0 0.15 0.13 168.42 0.73 0.54
Hex 34 DF BE 4D 0 F D A8 49 36
Octal 64 337 276 115 0 17 15 250 111 66
Binary 110100 11011111 10111110 1001101 0 1111 1101 10101000 1001001 110110

Color Harmonies of #34DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DFBE

Black with #34DFBE

Text Example


Text Example

White with #34DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,223,190); }

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

background-color css

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

 a { background-color: rgb(52,223,190); }

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

border-color css

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

 span { border-color: rgb(52,223,190); }

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