Html Css Color HEX #34DBEB Turquoise

📋 copy color: '#34DBEB'

red 52 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #34DBEB

Tints of Turquoise #34DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.28%

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

R = 10.28%
G = 43.28%
B = 46.44%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#34DBEB (or 0x34DBEB) is known color: Turquoise. HEX triplet: 34, DB and EB. RGB value is (52,219,235). Sum of RGB (Red+Green+Blue) = 52+219+235=506 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.28% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #34DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DBEB is #CB2414. Grayscale: #AAAAAA. Windows color (decimal): -13313045 or 15457076. OLE color: 15457076.

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

Color convert

RGB 52 219 235 -
CMYK 0.78 0.07 0 0.08
HSL 185.25º 0.82% 0.56% -
HSV(B) 185.25º 0.78% 0.92% -
XYZ 41.74 57.39 87.47 -
YUV 170.89 164.17 43.2 -
System Red Green Blue C M Y K H S L
Decimal 52 219 235 0.78 0.07 0 0.08 185.25 0.82 0.56
Hex 34 DB EB 4E 7 0 8 B9 52 38
Octal 64 333 353 116 7 0 10 271 122 70
Binary 110100 11011011 11101011 1001110 111 0 1000 10111001 1010010 111000

Color Harmonies of #34DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DBEB

Black with #34DBEB

Text Example


Text Example

White with #34DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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