Html Css Color HEX #34F8F5 Turquoise

📋 copy color: '#34F8F5'

red 52 ◦ green 248 ◦ blue 245

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

Shades of Turquoise #34F8F5

Tints of Turquoise #34F8F5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.5%

 BLUE value IS 245 (96.09% from 255) = 44.95%

R = 9.54%
G = 45.5%
B = 44.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#34F8F5 (or 0x34F8F5) is known color: Turquoise. HEX triplet: 34, F8 and F5. RGB value is (52,248,245). Sum of RGB (Red+Green+Blue) = 52+248+245=545 (72% of max value = 765). Red value is 52 (20.70% from 255 or 9.54% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #34F8F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34F8F5 is #CB070A. Grayscale: #BCBCBC. Windows color (decimal): -13305611 or 16119860. OLE color: 16119860.

HSL color Cylindrical-coordinate representation of color #34F8F5: hue angle of 179.08º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F8F5 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 248 245 -
CMYK 0.79 0 0.01 0.03
HSL 179.08º 0.93% 0.59% -
HSV(B) 179.08º 0.79% 0.97% -
XYZ 51.47 74.46 98.05 -
YUV 189.05 159.57 30.24 -
System Red Green Blue C M Y K H S L
Decimal 52 248 245 0.79 0 0.01 0.03 179.08 0.93 0.59
Hex 34 F8 F5 4F 0 1 3 B3 5D 3B
Octal 64 370 365 117 0 1 3 263 135 73
Binary 110100 11111000 11110101 1001111 0 1 11 10110011 1011101 111011

Color Harmonies of #34F8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F8F5

Black with #34F8F5

Text Example


Text Example

White with #34F8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,248,245); }

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

background-color css

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

 a { background-color: rgb(52,248,245); }

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

border-color css

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

 span { border-color: rgb(52,248,245); }

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