Html Css Color HEX #34EFF6 Turquoise

📋 copy color: '#34EFF6'

red 52 ◦ green 239 ◦ blue 246

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

Shades of Turquoise #34EFF6

Tints of Turquoise #34EFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.51%

 BLUE value IS 246 (96.48% from 255) = 45.81%

R = 9.68%
G = 44.51%
B = 45.81%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#34EFF6 (or 0x34EFF6) is known color: Turquoise. HEX triplet: 34, EF and F6. RGB value is (52,239,246). Sum of RGB (Red+Green+Blue) = 52+239+246=537 (71% of max value = 765). Red value is 52 (20.70% from 255 or 9.68% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #34EFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EFF6 is #CB1009. Grayscale: #B7B7B7. Windows color (decimal): -13307914 or 16183092. OLE color: 16183092.

HSL color Cylindrical-coordinate representation of color #34EFF6: hue angle of 182.16º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34EFF6 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 239 246 -
CMYK 0.79 0.03 0 0.04
HSL 182.16º 0.92% 0.58% -
HSV(B) 182.16º 0.79% 0.96% -
XYZ 48.92 69.12 97.95 -
YUV 183.89 163.05 33.93 -
System Red Green Blue C M Y K H S L
Decimal 52 239 246 0.79 0.03 0 0.04 182.16 0.92 0.58
Hex 34 EF F6 4F 3 0 4 B6 5C 3A
Octal 64 357 366 117 3 0 4 266 134 72
Binary 110100 11101111 11110110 1001111 11 0 100 10110110 1011100 111010

Color Harmonies of #34EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EFF6

Black with #34EFF6

Text Example


Text Example

White with #34EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,239,246); }

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

background-color css

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

 a { background-color: rgb(52,239,246); }

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

border-color css

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

 span { border-color: rgb(52,239,246); }

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