Html Css Color HEX #34FADC Turquoise

📋 copy color: '#34FADC'

red 52 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #34FADC

Tints of Turquoise #34FADC

RGB

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

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

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

R = 9.96%
G = 47.89%
B = 42.15%

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

#34FADC (or 0x34FADC) is known color: Turquoise. HEX triplet: 34, FA and DC. RGB value is (52,250,220). Sum of RGB (Red+Green+Blue) = 52+250+220=522 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.96% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #34FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FADC is #CB0523. Grayscale: #BBBBBB. Windows color (decimal): -13305124 or 14481972. OLE color: 14481972.

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

Color convert

RGB 52 250 220 -
CMYK 0.79 0 0.12 0.02
HSL 170.91º 0.95% 0.59% -
HSV(B) 170.91º 0.79% 0.98% -
XYZ 48.52 74.27 79.49 -
YUV 187.38 146.4 31.44 -
System Red Green Blue C M Y K H S L
Decimal 52 250 220 0.79 0 0.12 0.02 170.91 0.95 0.59
Hex 34 FA DC 4F 0 C 2 AB 5F 3B
Octal 64 372 334 117 0 14 2 253 137 73
Binary 110100 11111010 11011100 1001111 0 1100 10 10101011 1011111 111011

Color Harmonies of #34FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FADC

Black with #34FADC

Text Example


Text Example

White with #34FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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