Html Css Color HEX #1BEBE5 Bright Turquoise

📋 copy color: '#1BEBE5'

red 27 ◦ green 235 ◦ blue 229

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

Shades of Bright Turquoise #1BEBE5

Tints of Bright Turquoise #1BEBE5

RGB

 RED value IS 27 (10.94% from 255) = 5.5%

 GREEN value IS 235 (92.19% from 255) = 47.86%

 BLUE value IS 229 (89.84% from 255) = 46.64%

R = 5.5%
G = 47.86%
B = 46.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#1BEBE5 (or 0x1BEBE5) is known color: Bright Turquoise. HEX triplet: 1B, EB and E5. RGB value is (27,235,229). Sum of RGB (Red+Green+Blue) = 27+235+229=491 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.50% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEBE5 is #E4141A. Grayscale: #ABABAB. Windows color (decimal): -14947355 or 15067931. OLE color: 15067931.

HSL color Cylindrical-coordinate representation of color #1BEBE5: hue angle of 178.27º 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 #1BEBE5 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 235 229 -
CMYK 0.89 0 0.03 0.08
HSL 178.27º 0.84% 0.51% -
HSV(B) 178.27º 0.89% 0.92% -
XYZ 44.3 65.31 84.4 -
YUV 172.12 160.09 24.49 -
System Red Green Blue C M Y K H S L
Decimal 27 235 229 0.89 0 0.03 0.08 178.27 0.84 0.51
Hex 1B EB E5 59 0 3 8 B2 54 33
Octal 33 353 345 131 0 3 10 262 124 63
Binary 11011 11101011 11100101 1011001 0 11 1000 10110010 1010100 110011

Color Harmonies of #1BEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEBE5

Black with #1BEBE5

Text Example


Text Example

White with #1BEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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