Html Css Color HEX #1BEFBD Bright Turquoise

📋 copy color: '#1BEFBD'

red 27 ◦ green 239 ◦ blue 189

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

Shades of Bright Turquoise #1BEFBD

Tints of Bright Turquoise #1BEFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.53%

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 5.93%
G = 52.53%
B = 41.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#1BEFBD (or 0x1BEFBD) is known color: Bright Turquoise. HEX triplet: 1B, EF and BD. RGB value is (27,239,189). Sum of RGB (Red+Green+Blue) = 27+239+189=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFBD is #E41042. Grayscale: #A9A9A9. Windows color (decimal): -14946371 or 12447515. OLE color: 12447515.

HSL color Cylindrical-coordinate representation of color #1BEFBD: hue angle of 165.85º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEFBD is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 239 189 -
CMYK 0.89 0 0.21 0.06
HSL 165.85º 0.87% 0.52% -
HSV(B) 165.85º 0.89% 0.94% -
XYZ 40.5 65.64 58.68 -
YUV 169.91 138.76 26.07 -
System Red Green Blue C M Y K H S L
Decimal 27 239 189 0.89 0 0.21 0.06 165.85 0.87 0.52
Hex 1B EF BD 59 0 15 6 A6 57 34
Octal 33 357 275 131 0 25 6 246 127 64
Binary 11011 11101111 10111101 1011001 0 10101 110 10100110 1010111 110100

Color Harmonies of #1BEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEFBD

Black with #1BEFBD

Text Example


Text Example

White with #1BEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,239,189); }

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

background-color css

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

 a { background-color: rgb(27,239,189); }

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

border-color css

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

 span { border-color: rgb(27,239,189); }

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