Html Css Color HEX #34DCFB Turquoise

📋 copy color: '#34DCFB'

red 52 ◦ green 220 ◦ blue 251

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

Shades of Turquoise #34DCFB

Tints of Turquoise #34DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

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

R = 9.94%
G = 42.07%
B = 47.99%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#34DCFB (or 0x34DCFB) is known color: Turquoise. HEX triplet: 34, DC and FB. RGB value is (52,220,251). Sum of RGB (Red+Green+Blue) = 52+220+251=523 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.94% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #34DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCFB is #CB2304. Grayscale: #ADADAD. Windows color (decimal): -13312773 or 16505908. OLE color: 16505908.

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

Color convert

RGB 52 220 251 -
CMYK 0.79 0.12 0 0.02
HSL 189.35º 0.96% 0.59% -
HSV(B) 189.35º 0.79% 0.98% -
XYZ 44.42 58.88 100.29 -
YUV 173.3 171.84 41.48 -
System Red Green Blue C M Y K H S L
Decimal 52 220 251 0.79 0.12 0 0.02 189.35 0.96 0.59
Hex 34 DC FB 4F C 0 2 BD 60 3B
Octal 64 334 373 117 14 0 2 275 140 73
Binary 110100 11011100 11111011 1001111 1100 0 10 10111101 1100000 111011

Color Harmonies of #34DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DCFB

Black with #34DCFB

Text Example


Text Example

White with #34DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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