Html Css Color HEX #34FACC Turquoise

📋 copy color: '#34FACC'

red 52 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #34FACC

Tints of Turquoise #34FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 10.28%
G = 49.41%
B = 40.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#34FACC (or 0x34FACC) is known color: Turquoise. HEX triplet: 34, FA and CC. RGB value is (52,250,204). Sum of RGB (Red+Green+Blue) = 52+250+204=506 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.28% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #34FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FACC is #CB0533. Grayscale: #B9B9B9. Windows color (decimal): -13305140 or 13433396. OLE color: 13433396.

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

Color convert

RGB 52 250 204 -
CMYK 0.79 0 0.18 0.02
HSL 166.06º 0.95% 0.59% -
HSV(B) 166.06º 0.79% 0.98% -
XYZ 46.5 73.46 68.86 -
YUV 185.55 138.4 32.74 -
System Red Green Blue C M Y K H S L
Decimal 52 250 204 0.79 0 0.18 0.02 166.06 0.95 0.59
Hex 34 FA CC 4F 0 12 2 A6 5F 3B
Octal 64 372 314 117 0 22 2 246 137 73
Binary 110100 11111010 11001100 1001111 0 10010 10 10100110 1011111 111011

Color Harmonies of #34FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FACC

Black with #34FACC

Text Example


Text Example

White with #34FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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