Html Css Color HEX #34E7DF Turquoise

📋 copy color: '#34E7DF'

red 52 ◦ green 231 ◦ blue 223

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

Shades of Turquoise #34E7DF

Tints of Turquoise #34E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.65%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 10.28%
G = 45.65%
B = 44.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#34E7DF (or 0x34E7DF) is known color: Turquoise. HEX triplet: 34, E7 and DF. RGB value is (52,231,223). Sum of RGB (Red+Green+Blue) = 52+231+223=506 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.28% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #34E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E7DF is #CB1820. Grayscale: #B0B0B0. Windows color (decimal): -13309985 or 14673716. OLE color: 14673716.

HSL color Cylindrical-coordinate representation of color #34E7DF: hue angle of 177.32º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E7DF is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 231 223 -
CMYK 0.77 0 0.03 0.09
HSL 177.32º 0.79% 0.55% -
HSV(B) 177.32º 0.77% 0.91% -
XYZ 43.31 63.21 79.73 -
YUV 176.57 154.2 39.15 -
System Red Green Blue C M Y K H S L
Decimal 52 231 223 0.77 0 0.03 0.09 177.32 0.79 0.55
Hex 34 E7 DF 4D 0 3 9 B1 4F 37
Octal 64 347 337 115 0 3 11 261 117 67
Binary 110100 11100111 11011111 1001101 0 11 1001 10110001 1001111 110111

Color Harmonies of #34E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E7DF

Black with #34E7DF

Text Example


Text Example

White with #34E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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