Html Css Color HEX #1ACBE0 Dark Turquoise

📋 copy color: '#1ACBE0'

red 26 ◦ green 203 ◦ blue 224

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

Shades of Dark Turquoise #1ACBE0

Tints of Dark Turquoise #1ACBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.81%

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 5.74%
G = 44.81%
B = 49.45%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1ACBE0 (or 0x1ACBE0) is known color: Dark Turquoise. HEX triplet: 1A, CB and E0. RGB value is (26,203,224). Sum of RGB (Red+Green+Blue) = 26+203+224=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #1ACBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACBE0 is #E5341F. Grayscale: #989898. Windows color (decimal): -15021088 or 14732058. OLE color: 14732058.

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

Color convert

RGB 26 203 224 -
CMYK 0.88 0.09 0 0.12
HSL 186.36º 0.79% 0.49% -
HSV(B) 186.36º 0.88% 0.88% -
XYZ 35.24 48.31 77.99 -
YUV 152.47 168.36 37.79 -
System Red Green Blue C M Y K H S L
Decimal 26 203 224 0.88 0.09 0 0.12 186.36 0.79 0.49
Hex 1A CB E0 58 9 0 C BA 4F 31
Octal 32 313 340 130 11 0 14 272 117 61
Binary 11010 11001011 11100000 1011000 1001 0 1100 10111010 1001111 110001

Color Harmonies of #1ACBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACBE0

Black with #1ACBE0

Text Example


Text Example

White with #1ACBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,203,224); }

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

background-color css

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

 a { background-color: rgb(26,203,224); }

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

border-color css

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

 span { border-color: rgb(26,203,224); }

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