Html Css Color HEX #34D2EB Turquoise

📋 copy color: '#34D2EB'

red 52 ◦ green 210 ◦ blue 235

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

Shades of Turquoise #34D2EB

Tints of Turquoise #34D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.25%

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 10.46%
G = 42.25%
B = 47.28%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#34D2EB (or 0x34D2EB) is known color: Turquoise. HEX triplet: 34, D2 and EB. RGB value is (52,210,235). Sum of RGB (Red+Green+Blue) = 52+210+235=497 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.46% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #34D2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D2EB is #CB2D14. Grayscale: #A5A5A5. Windows color (decimal): -13315349 or 15454772. OLE color: 15454772.

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

Color convert

RGB 52 210 235 -
CMYK 0.78 0.11 0 0.08
HSL 188.2º 0.82% 0.56% -
HSV(B) 188.2º 0.78% 0.92% -
XYZ 39.46 52.82 86.71 -
YUV 165.61 167.15 46.97 -
System Red Green Blue C M Y K H S L
Decimal 52 210 235 0.78 0.11 0 0.08 188.2 0.82 0.56
Hex 34 D2 EB 4E B 0 8 BC 52 38
Octal 64 322 353 116 13 0 10 274 122 70
Binary 110100 11010010 11101011 1001110 1011 0 1000 10111100 1010010 111000

Color Harmonies of #34D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D2EB

Black with #34D2EB

Text Example


Text Example

White with #34D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,210,235); }

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

background-color css

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

 a { background-color: rgb(52,210,235); }

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

border-color css

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

 span { border-color: rgb(52,210,235); }

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