Html Css Color HEX #34FAF1 Turquoise

📋 copy color: '#34FAF1'

red 52 ◦ green 250 ◦ blue 241

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

Shades of Turquoise #34FAF1

Tints of Turquoise #34FAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.38%

R = 9.58%
G = 46.04%
B = 44.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#34FAF1 (or 0x34FAF1) is known color: Turquoise. HEX triplet: 34, FA and F1. RGB value is (52,250,241). Sum of RGB (Red+Green+Blue) = 52+250+241=543 (71% of max value = 765). Red value is 52 (20.70% from 255 or 9.58% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #34FAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FAF1 is #CB050E. Grayscale: #BDBDBD. Windows color (decimal): -13305103 or 15858228. OLE color: 15858228.

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

Color convert

RGB 52 250 241 -
CMYK 0.79 0 0.04 0.02
HSL 177.27º 0.95% 0.59% -
HSV(B) 177.27º 0.79% 0.98% -
XYZ 51.48 75.45 95.07 -
YUV 189.77 156.9 29.73 -
System Red Green Blue C M Y K H S L
Decimal 52 250 241 0.79 0 0.04 0.02 177.27 0.95 0.59
Hex 34 FA F1 4F 0 4 2 B1 5F 3B
Octal 64 372 361 117 0 4 2 261 137 73
Binary 110100 11111010 11110001 1001111 0 100 10 10110001 1011111 111011

Color Harmonies of #34FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FAF1

Black with #34FAF1

Text Example


Text Example

White with #34FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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