Html Css Color HEX #34FADB Turquoise

📋 copy color: '#34FADB'

red 52 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #34FADB

Tints of Turquoise #34FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.98%

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

R = 9.98%
G = 47.98%
B = 42.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#34FADB (or 0x34FADB) is known color: Turquoise. HEX triplet: 34, FA and DB. RGB value is (52,250,219). Sum of RGB (Red+Green+Blue) = 52+250+219=521 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.98% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #34FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FADB is #CB0524. Grayscale: #BBBBBB. Windows color (decimal): -13305125 or 14416436. OLE color: 14416436.

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

Color convert

RGB 52 250 219 -
CMYK 0.79 0 0.12 0.02
HSL 170.61º 0.95% 0.59% -
HSV(B) 170.61º 0.79% 0.98% -
XYZ 48.39 74.22 78.79 -
YUV 187.26 145.9 31.52 -
System Red Green Blue C M Y K H S L
Decimal 52 250 219 0.79 0 0.12 0.02 170.61 0.95 0.59
Hex 34 FA DB 4F 0 C 2 AB 5F 3B
Octal 64 372 333 117 0 14 2 253 137 73
Binary 110100 11111010 11011011 1001111 0 1100 10 10101011 1011111 111011

Color Harmonies of #34FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FADB

Black with #34FADB

Text Example


Text Example

White with #34FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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