Html Css Color HEX #34EEDB Turquoise

📋 copy color: '#34EEDB'

red 52 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #34EEDB

Tints of Turquoise #34EEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 10.22%
G = 46.76%
B = 43.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#34EEDB (or 0x34EEDB) is known color: Turquoise. HEX triplet: 34, EE and DB. RGB value is (52,238,219). Sum of RGB (Red+Green+Blue) = 52+238+219=509 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.22% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EEDB is #CB1124. Grayscale: #B4B4B4. Windows color (decimal): -13308197 or 14413364. OLE color: 14413364.

HSL color Cylindrical-coordinate representation of color #34EEDB: hue angle of 173.87º 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 #34EEDB is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 238 219 -
CMYK 0.78 0 0.08 0.07
HSL 173.87º 0.85% 0.57% -
HSV(B) 173.87º 0.78% 0.93% -
XYZ 44.78 66.99 77.59 -
YUV 180.22 149.88 36.54 -
System Red Green Blue C M Y K H S L
Decimal 52 238 219 0.78 0 0.08 0.07 173.87 0.85 0.57
Hex 34 EE DB 4E 0 8 7 AE 55 39
Octal 64 356 333 116 0 10 7 256 125 71
Binary 110100 11101110 11011011 1001110 0 1000 111 10101110 1010101 111001

Color Harmonies of #34EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EEDB

Black with #34EEDB

Text Example


Text Example

White with #34EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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