Html Css Color HEX #34DBFB Turquoise

📋 copy color: '#34DBFB'

red 52 ◦ green 219 ◦ blue 251

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

Shades of Turquoise #34DBFB

Tints of Turquoise #34DBFB

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#34DBFB (or 0x34DBFB) is known color: Turquoise. HEX triplet: 34, DB and FB. RGB value is (52,219,251). Sum of RGB (Red+Green+Blue) = 52+219+251=522 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.96% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #34DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DBFB is #CB2404. Grayscale: #ACACAC. Windows color (decimal): -13313029 or 16505652. OLE color: 16505652.

HSL color Cylindrical-coordinate representation of color #34DBFB: hue angle of 189.65º 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 #34DBFB is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 219 251 -
CMYK 0.79 0.13 0 0.02
HSL 189.65º 0.96% 0.59% -
HSV(B) 189.65º 0.79% 0.98% -
XYZ 44.16 58.36 100.2 -
YUV 172.72 172.17 41.9 -
System Red Green Blue C M Y K H S L
Decimal 52 219 251 0.79 0.13 0 0.02 189.65 0.96 0.59
Hex 34 DB FB 4F D 0 2 BE 60 3B
Octal 64 333 373 117 15 0 2 276 140 73
Binary 110100 11011011 11111011 1001111 1101 0 10 10111110 1100000 111011

Color Harmonies of #34DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DBFB

Black with #34DBFB

Text Example


Text Example

White with #34DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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