Html Css Color HEX #1AF6BE Bright Turquoise

📋 copy color: '#1AF6BE'

red 26 ◦ green 246 ◦ blue 190

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

Shades of Bright Turquoise #1AF6BE

Tints of Bright Turquoise #1AF6BE

RGB

 RED value IS 26 (10.55% from 255) = 5.63%

 GREEN value IS 246 (96.48% from 255) = 53.25%

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 5.63%
G = 53.25%
B = 41.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#1AF6BE (or 0x1AF6BE) is known color: Bright Turquoise. HEX triplet: 1A, F6 and BE. RGB value is (26,246,190). Sum of RGB (Red+Green+Blue) = 26+246+190=462 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.63% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF6BE is #E50941. Grayscale: #ADADAD. Windows color (decimal): -15010114 or 12514842. OLE color: 12514842.

HSL color Cylindrical-coordinate representation of color #1AF6BE: hue angle of 164.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF6BE is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 246 190 -
CMYK 0.89 0 0.23 0.04
HSL 164.73º 0.92% 0.53% -
HSV(B) 164.73º 0.89% 0.96% -
XYZ 42.68 69.85 59.95 -
YUV 173.84 137.11 22.55 -
System Red Green Blue C M Y K H S L
Decimal 26 246 190 0.89 0 0.23 0.04 164.73 0.92 0.53
Hex 1A F6 BE 59 0 17 4 A5 5C 35
Octal 32 366 276 131 0 27 4 245 134 65
Binary 11010 11110110 10111110 1011001 0 10111 100 10100101 1011100 110101

Color Harmonies of #1AF6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF6BE

Black with #1AF6BE

Text Example


Text Example

White with #1AF6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AF6BE; }

 p { color: rgb(26,246,190); }

 H1.HeaderClassName
 {
   color: #1AF6BE;
 }
 .AnyTagClassName
 {
   color: #1AF6BE;
 }
</style>

background-color css

<style>
 a { background-color: #1AF6BE; }

 a { background-color: rgb(26,246,190); }

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

border-color css

<style>
 span { border-color: #1AF6BE; }

 span { border-color: rgb(26,246,190); }

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