Html Css Color HEX #1ACFD2 Dark Turquoise

📋 copy color: '#1ACFD2'

red 26 ◦ green 207 ◦ blue 210

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

Shades of Dark Turquoise #1ACFD2

Tints of Dark Turquoise #1ACFD2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.73%

 BLUE value IS 210 (82.42% from 255) = 47.4%

R = 5.87%
G = 46.73%
B = 47.4%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1ACFD2 (or 0x1ACFD2) is known color: Dark Turquoise. HEX triplet: 1A, CF and D2. RGB value is (26,207,210). Sum of RGB (Red+Green+Blue) = 26+207+210=443 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.87% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 210 - color contains mainly: blue. Hex color #1ACFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFD2 is #E5302D. Grayscale: #999999. Windows color (decimal): -15020078 or 13815578. OLE color: 13815578.

HSL color Cylindrical-coordinate representation of color #1ACFD2: hue angle of 180.98º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACFD2 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 207 210 -
CMYK 0.88 0.01 0 0.18
HSL 180.98º 0.78% 0.46% -
HSV(B) 180.98º 0.88% 0.82% -
XYZ 34.37 49.5 68.72 -
YUV 153.22 160.03 37.26 -
System Red Green Blue C M Y K H S L
Decimal 26 207 210 0.88 0.01 0 0.18 180.98 0.78 0.46
Hex 1A CF D2 58 1 0 12 B5 4E 2E
Octal 32 317 322 130 1 0 22 265 116 56
Binary 11010 11001111 11010010 1011000 1 0 10010 10110101 1001110 101110

Color Harmonies of #1ACFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACFD2

Black with #1ACFD2

Text Example


Text Example

White with #1ACFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,207,210); }

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

background-color css

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

 a { background-color: rgb(26,207,210); }

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

border-color css

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

 span { border-color: rgb(26,207,210); }

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