Html Css Color HEX #34EEFF Turquoise

📋 copy color: '#34EEFF'

red 52 ◦ green 238 ◦ blue 255

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

Shades of Turquoise #34EEFF

Tints of Turquoise #34EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.67%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 9.54%
G = 43.67%
B = 46.79%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#34EEFF (or 0x34EEFF) is known color: Turquoise. HEX triplet: 34, EE and FF. RGB value is (52,238,255). Sum of RGB (Red+Green+Blue) = 52+238+255=545 (72% of max value = 765). Red value is 52 (20.70% from 255 or 9.54% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #34EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EEFF is #CB1100. Grayscale: #B8B8B8. Windows color (decimal): -13308161 or 16772660. OLE color: 16772660.

HSL color Cylindrical-coordinate representation of color #34EEFF: hue angle of 185.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34EEFF is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 238 255 -
CMYK 0.80 0.07 0 0
HSL 185.02º 1% 0.6% -
HSV(B) 185.02º 0.8% 1% -
XYZ 50.04 69.1 105.31 -
YUV 184.32 167.88 33.62 -
System Red Green Blue C M Y K H S L
Decimal 52 238 255 0.80 0.07 0 0 185.02 1 0.6
Hex 34 EE FF 50 7 0 0 B9 64 3C
Octal 64 356 377 120 7 0 0 271 144 74
Binary 110100 11101110 11111111 1010000 111 0 0 10111001 1100100 111100

Color Harmonies of #34EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EEFF

Black with #34EEFF

Text Example


Text Example

White with #34EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,238,255); }

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

background-color css

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

 a { background-color: rgb(52,238,255); }

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

border-color css

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

 span { border-color: rgb(52,238,255); }

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