Html Css Color HEX #1ACFDA Dark Turquoise

📋 copy color: '#1ACFDA'

red 26 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #1ACFDA

Tints of Dark Turquoise #1ACFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 5.76%
G = 45.9%
B = 48.34%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ACFDA (or 0x1ACFDA) is known color: Dark Turquoise. HEX triplet: 1A, CF and DA. RGB value is (26,207,218). Sum of RGB (Red+Green+Blue) = 26+207+218=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ACFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFDA is #E53025. Grayscale: #999999. Windows color (decimal): -15020070 or 14339866. OLE color: 14339866.

HSL color Cylindrical-coordinate representation of color #1ACFDA: hue angle of 183.44º 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 #1ACFDA is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 207 218 -
CMYK 0.88 0.05 0 0.15
HSL 183.44º 0.79% 0.48% -
HSV(B) 183.44º 0.88% 0.85% -
XYZ 35.39 49.91 74.1 -
YUV 154.14 164.03 36.61 -
System Red Green Blue C M Y K H S L
Decimal 26 207 218 0.88 0.05 0 0.15 183.44 0.79 0.48
Hex 1A CF DA 58 5 0 F B7 4F 30
Octal 32 317 332 130 5 0 17 267 117 60
Binary 11010 11001111 11011010 1011000 101 0 1111 10110111 1001111 110000

Color Harmonies of #1ACFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACFDA

Black with #1ACFDA

Text Example


Text Example

White with #1ACFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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