Html Css Color HEX #34EABB Turquoise

📋 copy color: '#34EABB'

red 52 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #34EABB

Tints of Turquoise #34EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 10.99%
G = 49.47%
B = 39.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#34EABB (or 0x34EABB) is known color: Turquoise. HEX triplet: 34, EA and BB. RGB value is (52,234,187). Sum of RGB (Red+Green+Blue) = 52+234+187=473 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.99% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #34EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EABB is #CB1544. Grayscale: #AEAEAE. Windows color (decimal): -13309253 or 12315188. OLE color: 12315188.

HSL color Cylindrical-coordinate representation of color #34EABB: hue angle of 164.51º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EABB is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 234 187 -
CMYK 0.78 0 0.20 0.08
HSL 164.51º 0.81% 0.56% -
HSV(B) 164.51º 0.78% 0.92% -
XYZ 39.81 63.16 57.11 -
YUV 174.22 135.2 40.82 -
System Red Green Blue C M Y K H S L
Decimal 52 234 187 0.78 0 0.20 0.08 164.51 0.81 0.56
Hex 34 EA BB 4E 0 14 8 A5 51 38
Octal 64 352 273 116 0 24 10 245 121 70
Binary 110100 11101010 10111011 1001110 0 10100 1000 10100101 1010001 111000

Color Harmonies of #34EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EABB

Black with #34EABB

Text Example


Text Example

White with #34EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,234,187); }

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

background-color css

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

 a { background-color: rgb(52,234,187); }

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

border-color css

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

 span { border-color: rgb(52,234,187); }

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