Html Css Color HEX #34DCFF Turquoise

📋 copy color: '#34DCFF'

red 52 ◦ green 220 ◦ blue 255

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

Shades of Turquoise #34DCFF

Tints of Turquoise #34DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 9.87%
G = 41.75%
B = 48.39%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#34DCFF (or 0x34DCFF) is known color: Turquoise. HEX triplet: 34, DC and FF. RGB value is (52,220,255). Sum of RGB (Red+Green+Blue) = 52+220+255=527 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.87% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #34DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCFF is #CB2300. Grayscale: #ADADAD. Windows color (decimal): -13312769 or 16768052. OLE color: 16768052.

HSL color Cylindrical-coordinate representation of color #34DCFF: hue angle of 190.34º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34DCFF is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 220 255 -
CMYK 0.80 0.14 0 0
HSL 190.34º 1% 0.6% -
HSV(B) 190.34º 0.8% 1% -
XYZ 45.06 59.14 103.65 -
YUV 173.76 173.84 41.15 -
System Red Green Blue C M Y K H S L
Decimal 52 220 255 0.80 0.14 0 0 190.34 1 0.6
Hex 34 DC FF 50 E 0 0 BE 64 3C
Octal 64 334 377 120 16 0 0 276 144 74
Binary 110100 11011100 11111111 1010000 1110 0 0 10111110 1100100 111100

Color Harmonies of #34DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DCFF

Black with #34DCFF

Text Example


Text Example

White with #34DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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