Html Css Color HEX #1ADBDC Bright Turquoise

📋 copy color: '#1ADBDC'

red 26 ◦ green 219 ◦ blue 220

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

Shades of Bright Turquoise #1ADBDC

Tints of Bright Turquoise #1ADBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 5.59%
G = 47.1%
B = 47.31%

CMYK

 C value IS 0.88

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1ADBDC (or 0x1ADBDC) is known color: Bright Turquoise. HEX triplet: 1A, DB and DC. RGB value is (26,219,220). Sum of RGB (Red+Green+Blue) = 26+219+220=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ADBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADBDC is #E52423. Grayscale: #A1A1A1. Windows color (decimal): -15016996 or 14474010. OLE color: 14474010.

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

Color convert

RGB 26 219 220 -
CMYK 0.88 0.00 0 0.14
HSL 180.31º 0.79% 0.48% -
HSV(B) 180.31º 0.88% 0.86% -
XYZ 38.68 56.05 76.49 -
YUV 161.41 161.06 31.42 -
System Red Green Blue C M Y K H S L
Decimal 26 219 220 0.88 0.00 0 0.14 180.31 0.79 0.48
Hex 1A DB DC 58 0 0 E B4 4F 30
Octal 32 333 334 130 0 0 16 264 117 60
Binary 11010 11011011 11011100 1011000 0 0 1110 10110100 1001111 110000

Color Harmonies of #1ADBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADBDC

Black with #1ADBDC

Text Example


Text Example

White with #1ADBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,219,220); }

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

background-color css

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

 a { background-color: rgb(26,219,220); }

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

border-color css

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

 span { border-color: rgb(26,219,220); }

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