Html Css Color HEX #1ADFCA Bright Turquoise

📋 copy color: '#1ADFCA'

red 26 ◦ green 223 ◦ blue 202

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

Shades of Bright Turquoise #1ADFCA

Tints of Bright Turquoise #1ADFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 5.76%
G = 49.45%
B = 44.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#1ADFCA (or 0x1ADFCA) is known color: Bright Turquoise. HEX triplet: 1A, DF and CA. RGB value is (26,223,202). Sum of RGB (Red+Green+Blue) = 26+223+202=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFCA is #E52035. Grayscale: #A1A1A1. Windows color (decimal): -15015990 or 13295386. OLE color: 13295386.

HSL color Cylindrical-coordinate representation of color #1ADFCA: hue angle of 173.6º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADFCA is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 223 202 -
CMYK 0.88 0 0.09 0.13
HSL 173.6º 0.79% 0.49% -
HSV(B) 173.6º 0.88% 0.87% -
XYZ 37.47 57.26 64.95 -
YUV 161.7 150.73 31.21 -
System Red Green Blue C M Y K H S L
Decimal 26 223 202 0.88 0 0.09 0.13 173.6 0.79 0.49
Hex 1A DF CA 58 0 9 D AE 4F 31
Octal 32 337 312 130 0 11 15 256 117 61
Binary 11010 11011111 11001010 1011000 0 1001 1101 10101110 1001111 110001

Color Harmonies of #1ADFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADFCA

Black with #1ADFCA

Text Example


Text Example

White with #1ADFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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