#1BEBE4

Color #1BEBE4 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1BEBE4

Tints of Bright Turquoise #1BEBE4

Color information

#1BEBE4 (or 0x1BEBE4) is unknown color: approx Bright Turquoise. HEX triplet: 1B, EB and E4. RGB value is (27,235,228). Sum of RGB (Red+Green+Blue) = 27+235+228=490 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.51% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEBE4 is #E4141B. Grayscale: #ABABAB. Windows color (decimal): -14947356 or 15002395. OLE color: 15002395.

HSL color Cylindrical-coordinate representation of color #1BEBE4: hue angle of 177.98º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEBE4 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB27235228-
CMYK0.8900.030.08
HSL177.98º83.87%51.37%-
HSV(B)177.98º88.51%92.16%-
XYZ44.1665.2583.67-
YUV172.01159.5924.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.51%
GREEN value IS 235 (92.19% from 255) = 47.96%
BLUE value IS 228 (89.45% from 255) = 46.53%
R=5.51%
G=47.96%
B=46.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal272352280.8900.030.08177.9883.8751.37
Hex1BEBE459038b25433
Octal33353344131031026212463
Binary11011111010111110010010110010111000101100101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,235,228); }

 H1.HeaderClassName
 {
   color: #1BEBE4;
 }
 .AnyTagClassName
 {
   color: #1BEBE4;
 }
</style>
background-color css

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

 a { background-color: rgb(27,235,228); }

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

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

 span { border-color: rgb(27,235,228); }

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