Html Css Color HEX #34E9E3 Turquoise

📋 copy color: '#34E9E3'

red 52 ◦ green 233 ◦ blue 227

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

Shades of Turquoise #34E9E3

Tints of Turquoise #34E9E3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

 BLUE value IS 227 (89.06% from 255) = 44.34%

R = 10.16%
G = 45.51%
B = 44.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#34E9E3 (or 0x34E9E3) is known color: Turquoise. HEX triplet: 34, E9 and E3. RGB value is (52,233,227). Sum of RGB (Red+Green+Blue) = 52+233+227=512 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.16% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #34E9E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E9E3 is #CB161C. Grayscale: #B2B2B2. Windows color (decimal): -13309469 or 14936372. OLE color: 14936372.

HSL color Cylindrical-coordinate representation of color #34E9E3: hue angle of 178.01º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E9E3 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 233 227 -
CMYK 0.78 0 0.03 0.09
HSL 178.01º 0.8% 0.56% -
HSV(B) 178.01º 0.78% 0.91% -
XYZ 44.42 64.55 82.79 -
YUV 178.2 155.53 37.99 -
System Red Green Blue C M Y K H S L
Decimal 52 233 227 0.78 0 0.03 0.09 178.01 0.8 0.56
Hex 34 E9 E3 4E 0 3 9 B2 50 38
Octal 64 351 343 116 0 3 11 262 120 70
Binary 110100 11101001 11100011 1001110 0 11 1001 10110010 1010000 111000

Color Harmonies of #34E9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E9E3

Black with #34E9E3

Text Example


Text Example

White with #34E9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,233,227); }

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

background-color css

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

 a { background-color: rgb(52,233,227); }

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

border-color css

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

 span { border-color: rgb(52,233,227); }

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