Html Css Color HEX #1BEEBE Bright Turquoise

📋 copy color: '#1BEEBE'

red 27 ◦ green 238 ◦ blue 190

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

Shades of Bright Turquoise #1BEEBE

Tints of Bright Turquoise #1BEEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.31%

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 5.93%
G = 52.31%
B = 41.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#1BEEBE (or 0x1BEEBE) is known color: Bright Turquoise. HEX triplet: 1B, EE and BE. RGB value is (27,238,190). Sum of RGB (Red+Green+Blue) = 27+238+190=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEEBE is #E41141. Grayscale: #A9A9A9. Windows color (decimal): -14946626 or 12512795. OLE color: 12512795.

HSL color Cylindrical-coordinate representation of color #1BEEBE: hue angle of 166.35º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEEBE is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 238 190 -
CMYK 0.89 0 0.20 0.07
HSL 166.35º 0.86% 0.52% -
HSV(B) 166.35º 0.89% 0.93% -
XYZ 40.32 65.1 59.16 -
YUV 169.44 139.6 26.4 -
System Red Green Blue C M Y K H S L
Decimal 27 238 190 0.89 0 0.20 0.07 166.35 0.86 0.52
Hex 1B EE BE 59 0 14 7 A6 56 34
Octal 33 356 276 131 0 24 7 246 126 64
Binary 11011 11101110 10111110 1011001 0 10100 111 10100110 1010110 110100

Color Harmonies of #1BEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEEBE

Black with #1BEEBE

Text Example


Text Example

White with #1BEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,238,190); }

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

background-color css

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

 a { background-color: rgb(27,238,190); }

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

border-color css

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

 span { border-color: rgb(27,238,190); }

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