Html Css Color HEX #34DEBC Turquoise

📋 copy color: '#34DEBC'

red 52 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #34DEBC

Tints of Turquoise #34DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 11.26%
G = 48.05%
B = 40.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#34DEBC (or 0x34DEBC) is known color: Turquoise. HEX triplet: 34, DE and BC. RGB value is (52,222,188). Sum of RGB (Red+Green+Blue) = 52+222+188=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #34DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEBC is #CB2143. Grayscale: #A7A7A7. Windows color (decimal): -13312324 or 12377652. OLE color: 12377652.

HSL color Cylindrical-coordinate representation of color #34DEBC: hue angle of 168º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DEBC is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 222 188 -
CMYK 0.77 0 0.15 0.13
HSL 168º 0.72% 0.54% -
HSV(B) 168º 0.77% 0.87% -
XYZ 36.61 56.6 56.57 -
YUV 167.29 139.68 45.76 -
System Red Green Blue C M Y K H S L
Decimal 52 222 188 0.77 0 0.15 0.13 168 0.72 0.54
Hex 34 DE BC 4D 0 F D A8 48 36
Octal 64 336 274 115 0 17 15 250 110 66
Binary 110100 11011110 10111100 1001101 0 1111 1101 10101000 1001000 110110

Color Harmonies of #34DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DEBC

Black with #34DEBC

Text Example


Text Example

White with #34DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,222,188); }

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

background-color css

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

 a { background-color: rgb(52,222,188); }

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

border-color css

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

 span { border-color: rgb(52,222,188); }

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