Html Css Color HEX #34F1DC Turquoise

📋 copy color: '#34F1DC'

red 52 ◦ green 241 ◦ blue 220

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

Shades of Turquoise #34F1DC

Tints of Turquoise #34F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.98%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 10.14%
G = 46.98%
B = 42.88%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#34F1DC (or 0x34F1DC) is known color: Turquoise. HEX triplet: 34, F1 and DC. RGB value is (52,241,220). Sum of RGB (Red+Green+Blue) = 52+241+220=513 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.14% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #34F1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F1DC is #CB0E23. Grayscale: #B5B5B5. Windows color (decimal): -13307428 or 14479668. OLE color: 14479668.

HSL color Cylindrical-coordinate representation of color #34F1DC: hue angle of 173.33º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F1DC is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 241 220 -
CMYK 0.78 0 0.09 0.05
HSL 173.33º 0.87% 0.57% -
HSV(B) 173.33º 0.78% 0.95% -
XYZ 45.79 68.81 78.58 -
YUV 182.1 149.38 35.21 -
System Red Green Blue C M Y K H S L
Decimal 52 241 220 0.78 0 0.09 0.05 173.33 0.87 0.57
Hex 34 F1 DC 4E 0 9 5 AD 57 39
Octal 64 361 334 116 0 11 5 255 127 71
Binary 110100 11110001 11011100 1001110 0 1001 101 10101101 1010111 111001

Color Harmonies of #34F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F1DC

Black with #34F1DC

Text Example


Text Example

White with #34F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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