Html Css Color HEX #1ACFDD Dark Turquoise

📋 copy color: '#1ACFDD'

red 26 ◦ green 207 ◦ blue 221

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

Shades of Dark Turquoise #1ACFDD

Tints of Dark Turquoise #1ACFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 5.73%
G = 45.59%
B = 48.68%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ACFDD (or 0x1ACFDD) is known color: Dark Turquoise. HEX triplet: 1A, CF and DD. RGB value is (26,207,221). Sum of RGB (Red+Green+Blue) = 26+207+221=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ACFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFDD is #E53022. Grayscale: #9A9A9A. Windows color (decimal): -15020067 or 14536474. OLE color: 14536474.

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

Color convert

RGB 26 207 221 -
CMYK 0.88 0.06 0 0.13
HSL 184.31º 0.79% 0.48% -
HSV(B) 184.31º 0.88% 0.87% -
XYZ 35.79 50.07 76.18 -
YUV 154.48 165.53 36.36 -
System Red Green Blue C M Y K H S L
Decimal 26 207 221 0.88 0.06 0 0.13 184.31 0.79 0.48
Hex 1A CF DD 58 6 0 D B8 4F 30
Octal 32 317 335 130 6 0 15 270 117 60
Binary 11010 11001111 11011101 1011000 110 0 1101 10111000 1001111 110000

Color Harmonies of #1ACFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACFDD

Black with #1ACFDD

Text Example


Text Example

White with #1ACFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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