Html Css Color HEX #1AF6E7 Bright Turquoise

📋 copy color: '#1AF6E7'

red 26 ◦ green 246 ◦ blue 231

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

Shades of Bright Turquoise #1AF6E7

Tints of Bright Turquoise #1AF6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.92%

R = 5.17%
G = 48.91%
B = 45.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#1AF6E7 (or 0x1AF6E7) is known color: Bright Turquoise. HEX triplet: 1A, F6 and E7. RGB value is (26,246,231). Sum of RGB (Red+Green+Blue) = 26+246+231=503 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.17% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF6E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF6E7 is #E50918. Grayscale: #B2B2B2. Windows color (decimal): -15010073 or 15201818. OLE color: 15201818.

HSL color Cylindrical-coordinate representation of color #1AF6E7: hue angle of 175.91º 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 #1AF6E7 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 246 231 -
CMYK 0.89 0 0.06 0.04
HSL 175.91º 0.92% 0.53% -
HSV(B) 175.91º 0.89% 0.96% -
XYZ 47.81 71.9 86.96 -
YUV 178.51 157.61 19.22 -
System Red Green Blue C M Y K H S L
Decimal 26 246 231 0.89 0 0.06 0.04 175.91 0.92 0.53
Hex 1A F6 E7 59 0 6 4 B0 5C 35
Octal 32 366 347 131 0 6 4 260 134 65
Binary 11010 11110110 11100111 1011001 0 110 100 10110000 1011100 110101

Color Harmonies of #1AF6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF6E7

Black with #1AF6E7

Text Example


Text Example

White with #1AF6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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