Html Css Color HEX #34D6ED Turquoise

📋 copy color: '#34D6ED'

red 52 ◦ green 214 ◦ blue 237

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

Shades of Turquoise #34D6ED

Tints of Turquoise #34D6ED

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.54%

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 10.34%
G = 42.54%
B = 47.12%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#34D6ED (or 0x34D6ED) is known color: Turquoise. HEX triplet: 34, D6 and ED. RGB value is (52,214,237). Sum of RGB (Red+Green+Blue) = 52+214+237=503 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.34% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #34D6ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D6ED is #CB2912. Grayscale: #A7A7A7. Windows color (decimal): -13314323 or 15586868. OLE color: 15586868.

HSL color Cylindrical-coordinate representation of color #34D6ED: hue angle of 187.46º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34D6ED is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 214 237 -
CMYK 0.78 0.10 0 0.07
HSL 187.46º 0.84% 0.57% -
HSV(B) 187.46º 0.78% 0.93% -
XYZ 40.75 54.94 88.58 -
YUV 168.18 166.83 45.13 -
System Red Green Blue C M Y K H S L
Decimal 52 214 237 0.78 0.10 0 0.07 187.46 0.84 0.57
Hex 34 D6 ED 4E A 0 7 BB 54 39
Octal 64 326 355 116 12 0 7 273 124 71
Binary 110100 11010110 11101101 1001110 1010 0 111 10111011 1010100 111001

Color Harmonies of #34D6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D6ED

Black with #34D6ED

Text Example


Text Example

White with #34D6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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