Html Css Color HEX #34E7CF Turquoise

📋 copy color: '#34E7CF'

red 52 ◦ green 231 ◦ blue 207

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

Shades of Turquoise #34E7CF

Tints of Turquoise #34E7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 10.61%
G = 47.14%
B = 42.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#34E7CF (or 0x34E7CF) is known color: Turquoise. HEX triplet: 34, E7 and CF. RGB value is (52,231,207). Sum of RGB (Red+Green+Blue) = 52+231+207=490 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.61% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #34E7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E7CF is #CB1830. Grayscale: #AEAEAE. Windows color (decimal): -13310001 or 13625140. OLE color: 13625140.

HSL color Cylindrical-coordinate representation of color #34E7CF: hue angle of 171.96º 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 #34E7CF is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 231 207 -
CMYK 0.77 0 0.10 0.09
HSL 171.96º 0.79% 0.55% -
HSV(B) 171.96º 0.77% 0.91% -
XYZ 41.25 62.39 68.9 -
YUV 174.74 146.2 40.45 -
System Red Green Blue C M Y K H S L
Decimal 52 231 207 0.77 0 0.10 0.09 171.96 0.79 0.55
Hex 34 E7 CF 4D 0 A 9 AC 4F 37
Octal 64 347 317 115 0 12 11 254 117 67
Binary 110100 11100111 11001111 1001101 0 1010 1001 10101100 1001111 110111

Color Harmonies of #34E7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E7CF

Black with #34E7CF

Text Example


Text Example

White with #34E7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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