Html Css Color HEX #1ADACE Bright Turquoise

📋 copy color: '#1ADACE'

red 26 ◦ green 218 ◦ blue 206

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

Shades of Bright Turquoise #1ADACE

Tints of Bright Turquoise #1ADACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.44%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 5.78%
G = 48.44%
B = 45.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#1ADACE (or 0x1ADACE) is known color: Bright Turquoise. HEX triplet: 1A, DA and CE. RGB value is (26,218,206). Sum of RGB (Red+Green+Blue) = 26+218+206=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADACE is #E52531. Grayscale: #9F9F9F. Windows color (decimal): -15017266 or 13556250. OLE color: 13556250.

HSL color Cylindrical-coordinate representation of color #1ADACE: hue angle of 176.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADACE is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 218 206 -
CMYK 0.88 0 0.06 0.15
HSL 176.25º 0.79% 0.48% -
HSV(B) 176.25º 0.88% 0.85% -
XYZ 36.64 54.82 67.04 -
YUV 159.22 154.39 32.98 -
System Red Green Blue C M Y K H S L
Decimal 26 218 206 0.88 0 0.06 0.15 176.25 0.79 0.48
Hex 1A DA CE 58 0 6 F B0 4F 30
Octal 32 332 316 130 0 6 17 260 117 60
Binary 11010 11011010 11001110 1011000 0 110 1111 10110000 1001111 110000

Color Harmonies of #1ADACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADACE

Black with #1ADACE

Text Example


Text Example

White with #1ADACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,218,206); }

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

background-color css

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

 a { background-color: rgb(26,218,206); }

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

border-color css

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

 span { border-color: rgb(26,218,206); }

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