Html Css Color HEX #34D8F9 Turquoise

📋 copy color: '#34D8F9'

red 52 ◦ green 216 ◦ blue 249

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

Shades of Turquoise #34D8F9

Tints of Turquoise #34D8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.78%

 BLUE value IS 249 (97.66% from 255) = 48.16%

R = 10.06%
G = 41.78%
B = 48.16%

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

#34D8F9 (or 0x34D8F9) is known color: Turquoise. HEX triplet: 34, D8 and F9. RGB value is (52,216,249). Sum of RGB (Red+Green+Blue) = 52+216+249=517 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.06% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #34D8F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D8F9 is #CB2706. Grayscale: #AAAAAA. Windows color (decimal): -13313799 or 16373812. OLE color: 16373812.

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

Color convert

RGB 52 216 249 -
CMYK 0.79 0.13 0 0.02
HSL 190.05º 0.94% 0.59% -
HSV(B) 190.05º 0.79% 0.98% -
XYZ 43.07 56.68 98.29 -
YUV 170.73 172.17 43.32 -
System Red Green Blue C M Y K H S L
Decimal 52 216 249 0.79 0.13 0 0.02 190.05 0.94 0.59
Hex 34 D8 F9 4F D 0 2 BE 5E 3B
Octal 64 330 371 117 15 0 2 276 136 73
Binary 110100 11011000 11111001 1001111 1101 0 10 10111110 1011110 111011

Color Harmonies of #34D8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D8F9

Black with #34D8F9

Text Example


Text Example

White with #34D8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,216,249); }

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

background-color css

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

 a { background-color: rgb(52,216,249); }

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

border-color css

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

 span { border-color: rgb(52,216,249); }

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