Html Css Color HEX #46E5CF Turquoise

📋 copy color: '#46E5CF'

red 70 ◦ green 229 ◦ blue 207

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

Shades of Turquoise #46E5CF

Tints of Turquoise #46E5CF

RGB

 RED value IS 70 (27.73% from 255) = 13.83%

 GREEN value IS 229 (89.84% from 255) = 45.26%

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

R = 13.83%
G = 45.26%
B = 40.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#46E5CF (or 0x46E5CF) is known color: Turquoise. HEX triplet: 46, E5 and CF. RGB value is (70,229,207). Sum of RGB (Red+Green+Blue) = 70+229+207=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #46E5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E5CF is #B91A30. Grayscale: #B2B2B2. Windows color (decimal): -12130865 or 13624646. OLE color: 13624646.

HSL color Cylindrical-coordinate representation of color #46E5CF: hue angle of 171.7º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E5CF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 229 207 -
CMYK 0.69 0 0.10 0.10
HSL 171.7º 0.75% 0.59% -
HSV(B) 171.7º 0.69% 0.9% -
XYZ 41.81 61.85 68.77 -
YUV 178.95 143.82 50.29 -
System Red Green Blue C M Y K H S L
Decimal 70 229 207 0.69 0 0.10 0.10 171.7 0.75 0.59
Hex 46 E5 CF 45 0 A A AC 4B 3B
Octal 106 345 317 105 0 12 12 254 113 73
Binary 1000110 11100101 11001111 1000101 0 1010 1010 10101100 1001011 111011

Color Harmonies of #46E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E5CF

Black with #46E5CF

Text Example


Text Example

White with #46E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46E5CF; }

 p { color: rgb(70,229,207); }

 H1.HeaderClassName
 {
   color: #46E5CF;
 }
 .AnyTagClassName
 {
   color: #46E5CF;
 }
</style>

background-color css

<style>
 a { background-color: #46E5CF; }

 a { background-color: rgb(70,229,207); }

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

border-color css

<style>
 span { border-color: #46E5CF; }

 span { border-color: rgb(70,229,207); }

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