Html Css Color HEX #1BEBE6 Bright Turquoise

📋 copy color: '#1BEBE6'

red 27 ◦ green 235 ◦ blue 230

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

Shades of Bright Turquoise #1BEBE6

Tints of Bright Turquoise #1BEBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 5.49%
G = 47.76%
B = 46.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#1BEBE6 (or 0x1BEBE6) is known color: Bright Turquoise. HEX triplet: 1B, EB and E6. RGB value is (27,235,230). Sum of RGB (Red+Green+Blue) = 27+235+230=492 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.49% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEBE6 is #E41419. Grayscale: #ACACAC. Windows color (decimal): -14947354 or 15133467. OLE color: 15133467.

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

Color convert

RGB 27 235 230 -
CMYK 0.89 0 0.02 0.08
HSL 178.56º 0.84% 0.51% -
HSV(B) 178.56º 0.89% 0.92% -
XYZ 44.44 65.36 85.14 -
YUV 172.24 160.59 24.41 -
System Red Green Blue C M Y K H S L
Decimal 27 235 230 0.89 0 0.02 0.08 178.56 0.84 0.51
Hex 1B EB E6 59 0 2 8 B3 54 33
Octal 33 353 346 131 0 2 10 263 124 63
Binary 11011 11101011 11100110 1011001 0 10 1000 10110011 1010100 110011

Color Harmonies of #1BEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEBE6

Black with #1BEBE6

Text Example


Text Example

White with #1BEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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