Html Css Color HEX #34F1DB Turquoise

📋 copy color: '#34F1DB'

red 52 ◦ green 241 ◦ blue 219

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

Shades of Turquoise #34F1DB

Tints of Turquoise #34F1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 10.16%
G = 47.07%
B = 42.77%

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

#34F1DB (or 0x34F1DB) is known color: Turquoise. HEX triplet: 34, F1 and DB. RGB value is (52,241,219). Sum of RGB (Red+Green+Blue) = 52+241+219=512 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.16% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #34F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F1DB is #CB0E24. Grayscale: #B5B5B5. Windows color (decimal): -13307429 or 14414132. OLE color: 14414132.

HSL color Cylindrical-coordinate representation of color #34F1DB: hue angle of 173.02º 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 #34F1DB is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 241 219 -
CMYK 0.78 0 0.09 0.05
HSL 173.02º 0.87% 0.57% -
HSV(B) 173.02º 0.78% 0.95% -
XYZ 45.66 68.76 77.88 -
YUV 181.98 148.88 35.29 -
System Red Green Blue C M Y K H S L
Decimal 52 241 219 0.78 0 0.09 0.05 173.02 0.87 0.57
Hex 34 F1 DB 4E 0 9 5 AD 57 39
Octal 64 361 333 116 0 11 5 255 127 71
Binary 110100 11110001 11011011 1001110 0 1001 101 10101101 1010111 111001

Color Harmonies of #34F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F1DB

Black with #34F1DB

Text Example


Text Example

White with #34F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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