Html Css Color HEX #34DFF8 Turquoise

📋 copy color: '#34DFF8'

red 52 ◦ green 223 ◦ blue 248

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

Shades of Turquoise #34DFF8

Tints of Turquoise #34DFF8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.64%

 BLUE value IS 248 (97.27% from 255) = 47.42%

R = 9.94%
G = 42.64%
B = 47.42%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#34DFF8 (or 0x34DFF8) is known color: Turquoise. HEX triplet: 34, DF and F8. RGB value is (52,223,248). Sum of RGB (Red+Green+Blue) = 52+223+248=523 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.94% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #34DFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DFF8 is #CB2007. Grayscale: #AEAEAE. Windows color (decimal): -13312008 or 16310068. OLE color: 16310068.

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

Color convert

RGB 52 223 248 -
CMYK 0.79 0.10 0 0.03
HSL 187.65º 0.93% 0.59% -
HSV(B) 187.65º 0.79% 0.97% -
XYZ 44.75 60.28 98.08 -
YUV 174.72 169.35 40.47 -
System Red Green Blue C M Y K H S L
Decimal 52 223 248 0.79 0.10 0 0.03 187.65 0.93 0.59
Hex 34 DF F8 4F A 0 3 BC 5D 3B
Octal 64 337 370 117 12 0 3 274 135 73
Binary 110100 11011111 11111000 1001111 1010 0 11 10111100 1011101 111011

Color Harmonies of #34DFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DFF8

Black with #34DFF8

Text Example


Text Example

White with #34DFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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