Html Css Color HEX #34F2D1 Turquoise

📋 copy color: '#34F2D1'

red 52 ◦ green 242 ◦ blue 209

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

Shades of Turquoise #34F2D1

Tints of Turquoise #34F2D1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.11%

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 10.34%
G = 48.11%
B = 41.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#34F2D1 (or 0x34F2D1) is known color: Turquoise. HEX triplet: 34, F2 and D1. RGB value is (52,242,209). Sum of RGB (Red+Green+Blue) = 52+242+209=503 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.34% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F2D1 is #CB0D2E. Grayscale: #B5B5B5. Windows color (decimal): -13307183 or 13759028. OLE color: 13759028.

HSL color Cylindrical-coordinate representation of color #34F2D1: hue angle of 169.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F2D1 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 242 209 -
CMYK 0.79 0 0.14 0.05
HSL 169.58º 0.88% 0.58% -
HSV(B) 169.58º 0.79% 0.95% -
XYZ 44.68 68.84 71.25 -
YUV 181.43 143.55 35.68 -
System Red Green Blue C M Y K H S L
Decimal 52 242 209 0.79 0 0.14 0.05 169.58 0.88 0.58
Hex 34 F2 D1 4F 0 E 5 AA 58 3A
Octal 64 362 321 117 0 16 5 252 130 72
Binary 110100 11110010 11010001 1001111 0 1110 101 10101010 1011000 111010

Color Harmonies of #34F2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F2D1

Black with #34F2D1

Text Example


Text Example

White with #34F2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,242,209); }

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

background-color css

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

 a { background-color: rgb(52,242,209); }

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

border-color css

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

 span { border-color: rgb(52,242,209); }

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