Html Css Color HEX #1AF6DF Bright Turquoise

📋 copy color: '#1AF6DF'

red 26 ◦ green 246 ◦ blue 223

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

Shades of Bright Turquoise #1AF6DF

Tints of Bright Turquoise #1AF6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 5.25%
G = 49.7%
B = 45.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#1AF6DF (or 0x1AF6DF) is known color: Bright Turquoise. HEX triplet: 1A, F6 and DF. RGB value is (26,246,223). Sum of RGB (Red+Green+Blue) = 26+246+223=495 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.25% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF6DF is #E50920. Grayscale: #B1B1B1. Windows color (decimal): -15010081 or 14677530. OLE color: 14677530.

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

Color convert

RGB 26 246 223 -
CMYK 0.89 0 0.09 0.04
HSL 173.73º 0.92% 0.53% -
HSV(B) 173.73º 0.89% 0.96% -
XYZ 46.7 71.46 81.14 -
YUV 177.6 153.61 19.87 -
System Red Green Blue C M Y K H S L
Decimal 26 246 223 0.89 0 0.09 0.04 173.73 0.92 0.53
Hex 1A F6 DF 59 0 9 4 AE 5C 35
Octal 32 366 337 131 0 11 4 256 134 65
Binary 11010 11110110 11011111 1011001 0 1001 100 10101110 1011100 110101

Color Harmonies of #1AF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF6DF

Black with #1AF6DF

Text Example


Text Example

White with #1AF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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