Html Css Color HEX #34D6DF Turquoise

📋 copy color: '#34D6DF'

red 52 ◦ green 214 ◦ blue 223

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

Shades of Turquoise #34D6DF

Tints of Turquoise #34D6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.76%

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 10.63%
G = 43.76%
B = 45.6%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#34D6DF (or 0x34D6DF) is known color: Turquoise. HEX triplet: 34, D6 and DF. RGB value is (52,214,223). Sum of RGB (Red+Green+Blue) = 52+214+223=489 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.63% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #34D6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D6DF is #CB2920. Grayscale: #A6A6A6. Windows color (decimal): -13314337 or 14669364. OLE color: 14669364.

HSL color Cylindrical-coordinate representation of color #34D6DF: hue angle of 183.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34D6DF is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 214 223 -
CMYK 0.77 0.04 0 0.13
HSL 183.16º 0.73% 0.54% -
HSV(B) 183.16º 0.77% 0.87% -
XYZ 38.78 54.15 78.22 -
YUV 166.59 159.83 46.27 -
System Red Green Blue C M Y K H S L
Decimal 52 214 223 0.77 0.04 0 0.13 183.16 0.73 0.54
Hex 34 D6 DF 4D 4 0 D B7 49 36
Octal 64 326 337 115 4 0 15 267 111 66
Binary 110100 11010110 11011111 1001101 100 0 1101 10110111 1001001 110110

Color Harmonies of #34D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D6DF

Black with #34D6DF

Text Example


Text Example

White with #34D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,214,223); }

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

background-color css

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

 a { background-color: rgb(52,214,223); }

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

border-color css

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

 span { border-color: rgb(52,214,223); }

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