Html Css Color HEX #34EEB7 Turquoise

📋 copy color: '#34EEB7'

red 52 ◦ green 238 ◦ blue 183

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

Shades of Turquoise #34EEB7

Tints of Turquoise #34EEB7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.32%

 BLUE value IS 183 (71.88% from 255) = 38.69%

R = 10.99%
G = 50.32%
B = 38.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#34EEB7 (or 0x34EEB7) is known color: Turquoise. HEX triplet: 34, EE and B7. RGB value is (52,238,183). Sum of RGB (Red+Green+Blue) = 52+238+183=473 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.99% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EEB7 is #CB1148. Grayscale: #B0B0B0. Windows color (decimal): -13308233 or 12054068. OLE color: 12054068.

HSL color Cylindrical-coordinate representation of color #34EEB7: hue angle of 162.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EEB7 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 238 183 -
CMYK 0.78 0 0.23 0.07
HSL 162.26º 0.85% 0.57% -
HSV(B) 162.26º 0.78% 0.93% -
XYZ 40.54 65.3 55.27 -
YUV 176.12 131.88 39.47 -
System Red Green Blue C M Y K H S L
Decimal 52 238 183 0.78 0 0.23 0.07 162.26 0.85 0.57
Hex 34 EE B7 4E 0 17 7 A2 55 39
Octal 64 356 267 116 0 27 7 242 125 71
Binary 110100 11101110 10110111 1001110 0 10111 111 10100010 1010101 111001

Color Harmonies of #34EEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EEB7

Black with #34EEB7

Text Example


Text Example

White with #34EEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,238,183); }

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

background-color css

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

 a { background-color: rgb(52,238,183); }

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

border-color css

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

 span { border-color: rgb(52,238,183); }

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