Html Css Color HEX #1ADFEA Bright Turquoise

📋 copy color: '#1ADFEA'

red 26 ◦ green 223 ◦ blue 234

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

Shades of Bright Turquoise #1ADFEA

Tints of Bright Turquoise #1ADFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 5.38%
G = 46.17%
B = 48.45%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ADFEA (or 0x1ADFEA) is known color: Bright Turquoise. HEX triplet: 1A, DF and EA. RGB value is (26,223,234). Sum of RGB (Red+Green+Blue) = 26+223+234=483 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.38% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ADFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADFEA is #E52015. Grayscale: #A5A5A5. Windows color (decimal): -15015958 or 15392538. OLE color: 15392538.

HSL color Cylindrical-coordinate representation of color #1ADFEA: hue angle of 183.17º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADFEA is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 223 234 -
CMYK 0.89 0.05 0 0.08
HSL 183.17º 0.83% 0.51% -
HSV(B) 183.17º 0.89% 0.92% -
XYZ 41.66 58.94 87.02 -
YUV 165.35 166.73 28.61 -
System Red Green Blue C M Y K H S L
Decimal 26 223 234 0.89 0.05 0 0.08 183.17 0.83 0.51
Hex 1A DF EA 59 5 0 8 B7 53 33
Octal 32 337 352 131 5 0 10 267 123 63
Binary 11010 11011111 11101010 1011001 101 0 1000 10110111 1010011 110011

Color Harmonies of #1ADFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADFEA

Black with #1ADFEA

Text Example


Text Example

White with #1ADFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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