Html Css Color HEX #34DCFC Turquoise

📋 copy color: '#34DCFC'

red 52 ◦ green 220 ◦ blue 252

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

Shades of Turquoise #34DCFC

Tints of Turquoise #34DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 9.92%
G = 41.98%
B = 48.09%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#34DCFC (or 0x34DCFC) is known color: Turquoise. HEX triplet: 34, DC and FC. RGB value is (52,220,252). Sum of RGB (Red+Green+Blue) = 52+220+252=524 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.92% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #34DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCFC is #CB2303. Grayscale: #ADADAD. Windows color (decimal): -13312772 or 16571444. OLE color: 16571444.

HSL color Cylindrical-coordinate representation of color #34DCFC: hue angle of 189.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34DCFC is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 220 252 -
CMYK 0.79 0.13 0 0.01
HSL 189.6º 0.97% 0.6% -
HSV(B) 189.6º 0.79% 0.99% -
XYZ 44.58 58.94 101.12 -
YUV 173.42 172.34 41.4 -
System Red Green Blue C M Y K H S L
Decimal 52 220 252 0.79 0.13 0 0.01 189.6 0.97 0.6
Hex 34 DC FC 4F D 0 1 BE 61 3C
Octal 64 334 374 117 15 0 1 276 141 74
Binary 110100 11011100 11111100 1001111 1101 0 1 10111110 1100001 111100

Color Harmonies of #34DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DCFC

Black with #34DCFC

Text Example


Text Example

White with #34DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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