Html Css Color HEX #34FBDB Turquoise

📋 copy color: '#34FBDB'

red 52 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #34FBDB

Tints of Turquoise #34FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.08%

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

R = 9.96%
G = 48.08%
B = 41.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#34FBDB (or 0x34FBDB) is known color: Turquoise. HEX triplet: 34, FB and DB. RGB value is (52,251,219). Sum of RGB (Red+Green+Blue) = 52+251+219=522 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.96% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #34FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FBDB is #CB0424. Grayscale: #BBBBBB. Windows color (decimal): -13304869 or 14416692. OLE color: 14416692.

HSL color Cylindrical-coordinate representation of color #34FBDB: hue angle of 170.35º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FBDB is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 251 219 -
CMYK 0.79 0 0.13 0.02
HSL 170.35º 0.96% 0.59% -
HSV(B) 170.35º 0.79% 0.98% -
XYZ 48.7 74.84 78.9 -
YUV 187.85 145.57 31.1 -
System Red Green Blue C M Y K H S L
Decimal 52 251 219 0.79 0 0.13 0.02 170.35 0.96 0.59
Hex 34 FB DB 4F 0 D 2 AA 60 3B
Octal 64 373 333 117 0 15 2 252 140 73
Binary 110100 11111011 11011011 1001111 0 1101 10 10101010 1100000 111011

Color Harmonies of #34FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FBDB

Black with #34FBDB

Text Example


Text Example

White with #34FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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