Html Css Color HEX #34EDFF Turquoise

📋 copy color: '#34EDFF'

red 52 ◦ green 237 ◦ blue 255

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

Shades of Turquoise #34EDFF

Tints of Turquoise #34EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.57%

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

R = 9.56%
G = 43.57%
B = 46.88%

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

#34EDFF (or 0x34EDFF) is known color: Turquoise. HEX triplet: 34, ED and FF. RGB value is (52,237,255). Sum of RGB (Red+Green+Blue) = 52+237+255=544 (72% of max value = 765). Red value is 52 (20.70% from 255 or 9.56% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #34EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EDFF is #CB1200. Grayscale: #B7B7B7. Windows color (decimal): -13308417 or 16772404. OLE color: 16772404.

HSL color Cylindrical-coordinate representation of color #34EDFF: hue angle of 185.32º 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 #34EDFF is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 237 255 -
CMYK 0.80 0.07 0 0
HSL 185.32º 1% 0.6% -
HSV(B) 185.32º 0.8% 1% -
XYZ 49.75 68.52 105.21 -
YUV 183.74 168.21 34.04 -
System Red Green Blue C M Y K H S L
Decimal 52 237 255 0.80 0.07 0 0 185.32 1 0.6
Hex 34 ED FF 50 7 0 0 B9 64 3C
Octal 64 355 377 120 7 0 0 271 144 74
Binary 110100 11101101 11111111 1010000 111 0 0 10111001 1100100 111100

Color Harmonies of #34EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EDFF

Black with #34EDFF

Text Example


Text Example

White with #34EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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