Html Css Color HEX #1AF9ED Bright Turquoise

📋 copy color: '#1AF9ED'

red 26 ◦ green 249 ◦ blue 237

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

Shades of Bright Turquoise #1AF9ED

Tints of Bright Turquoise #1AF9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 5.08%
G = 48.63%
B = 46.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#1AF9ED (or 0x1AF9ED) is known color: Bright Turquoise. HEX triplet: 1A, F9 and ED. RGB value is (26,249,237). Sum of RGB (Red+Green+Blue) = 26+249+237=512 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.08% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF9ED is #E50612. Grayscale: #B4B4B4. Windows color (decimal): -15009299 or 15595802. OLE color: 15595802.

HSL color Cylindrical-coordinate representation of color #1AF9ED: hue angle of 176.77º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF9ED is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 249 237 -
CMYK 0.90 0 0.05 0.02
HSL 176.77º 0.95% 0.54% -
HSV(B) 176.77º 0.9% 0.98% -
XYZ 49.59 74.09 91.81 -
YUV 180.96 159.62 17.48 -
System Red Green Blue C M Y K H S L
Decimal 26 249 237 0.90 0 0.05 0.02 176.77 0.95 0.54
Hex 1A F9 ED 5A 0 5 2 B1 5F 36
Octal 32 371 355 132 0 5 2 261 137 66
Binary 11010 11111001 11101101 1011010 0 101 10 10110001 1011111 110110

Color Harmonies of #1AF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF9ED

Black with #1AF9ED

Text Example


Text Example

White with #1AF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,249,237); }

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

background-color css

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

 a { background-color: rgb(26,249,237); }

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

border-color css

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

 span { border-color: rgb(26,249,237); }

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