Html Css Color HEX #34D8B9 Turquoise

📋 copy color: '#34D8B9'

red 52 ◦ green 216 ◦ blue 185

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

Shades of Turquoise #34D8B9

Tints of Turquoise #34D8B9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.68%

 BLUE value IS 185 (72.66% from 255) = 40.84%

R = 11.48%
G = 47.68%
B = 40.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#34D8B9 (or 0x34D8B9) is known color: Turquoise. HEX triplet: 34, D8 and B9. RGB value is (52,216,185). Sum of RGB (Red+Green+Blue) = 52+216+185=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #34D8B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D8B9 is #CB2746. Grayscale: #A3A3A3. Windows color (decimal): -13313863 or 12179508. OLE color: 12179508.

HSL color Cylindrical-coordinate representation of color #34D8B9: hue angle of 168.66º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D8B9 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 216 185 -
CMYK 0.76 0 0.14 0.15
HSL 168.66º 0.68% 0.53% -
HSV(B) 168.66º 0.76% 0.85% -
XYZ 34.73 53.34 54.37 -
YUV 163.43 140.17 48.52 -
System Red Green Blue C M Y K H S L
Decimal 52 216 185 0.76 0 0.14 0.15 168.66 0.68 0.53
Hex 34 D8 B9 4C 0 E F A9 44 35
Octal 64 330 271 114 0 16 17 251 104 65
Binary 110100 11011000 10111001 1001100 0 1110 1111 10101001 1000100 110101

Color Harmonies of #34D8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D8B9

Black with #34D8B9

Text Example


Text Example

White with #34D8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,216,185); }

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

background-color css

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

 a { background-color: rgb(52,216,185); }

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

border-color css

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

 span { border-color: rgb(52,216,185); }

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