Html Css Color HEX #34FADF Turquoise

📋 copy color: '#34FADF'

red 52 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #34FADF

Tints of Turquoise #34FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 9.9%
G = 47.62%
B = 42.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#34FADF (or 0x34FADF) is known color: Turquoise. HEX triplet: 34, FA and DF. RGB value is (52,250,223). Sum of RGB (Red+Green+Blue) = 52+250+223=525 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.90% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #34FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FADF is #CB0520. Grayscale: #BBBBBB. Windows color (decimal): -13305121 or 14678580. OLE color: 14678580.

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

Color convert

RGB 52 250 223 -
CMYK 0.79 0 0.11 0.02
HSL 171.82º 0.95% 0.59% -
HSV(B) 171.82º 0.79% 0.98% -
XYZ 48.92 74.43 81.6 -
YUV 187.72 147.9 31.2 -
System Red Green Blue C M Y K H S L
Decimal 52 250 223 0.79 0 0.11 0.02 171.82 0.95 0.59
Hex 34 FA DF 4F 0 B 2 AC 5F 3B
Octal 64 372 337 117 0 13 2 254 137 73
Binary 110100 11111010 11011111 1001111 0 1011 10 10101100 1011111 111011

Color Harmonies of #34FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FADF

Black with #34FADF

Text Example


Text Example

White with #34FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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