Html Css Color HEX #46EEF3 Turquoise

📋 copy color: '#46EEF3'

red 70 ◦ green 238 ◦ blue 243

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

Shades of Turquoise #46EEF3

Tints of Turquoise #46EEF3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.19%

 BLUE value IS 243 (95.31% from 255) = 44.1%

R = 12.7%
G = 43.19%
B = 44.1%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#46EEF3 (or 0x46EEF3) is known color: Turquoise. HEX triplet: 46, EE and F3. RGB value is (70,238,243). Sum of RGB (Red+Green+Blue) = 70+238+243=551 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.70% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #46EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EEF3 is #B9110C. Grayscale: #BCBCBC. Windows color (decimal): -12128525 or 15986246. OLE color: 15986246.

HSL color Cylindrical-coordinate representation of color #46EEF3: hue angle of 181.73º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EEF3 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 238 243 -
CMYK 0.71 0.02 0 0.05
HSL 181.73º 0.88% 0.61% -
HSV(B) 181.73º 0.71% 0.95% -
XYZ 49.28 68.92 95.5 -
YUV 188.34 158.84 43.59 -
System Red Green Blue C M Y K H S L
Decimal 70 238 243 0.71 0.02 0 0.05 181.73 0.88 0.61
Hex 46 EE F3 47 2 0 5 B6 58 3D
Octal 106 356 363 107 2 0 5 266 130 75
Binary 1000110 11101110 11110011 1000111 10 0 101 10110110 1011000 111101

Color Harmonies of #46EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EEF3

Black with #46EEF3

Text Example


Text Example

White with #46EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,238,243); }

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

background-color css

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

 a { background-color: rgb(70,238,243); }

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

border-color css

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

 span { border-color: rgb(70,238,243); }

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