Html Css Color HEX #1BEFE1 Bright Turquoise

📋 copy color: '#1BEFE1'

red 27 ◦ green 239 ◦ blue 225

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

Shades of Bright Turquoise #1BEFE1

Tints of Bright Turquoise #1BEFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.82%

R = 5.5%
G = 48.68%
B = 45.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#1BEFE1 (or 0x1BEFE1) is known color: Bright Turquoise. HEX triplet: 1B, EF and E1. RGB value is (27,239,225). Sum of RGB (Red+Green+Blue) = 27+239+225=491 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.50% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFE1 is #E4101E. Grayscale: #ADADAD. Windows color (decimal): -14946335 or 14806811. OLE color: 14806811.

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

Color convert

RGB 27 239 225 -
CMYK 0.89 0 0.06 0.06
HSL 176.04º 0.87% 0.52% -
HSV(B) 176.04º 0.89% 0.94% -
XYZ 44.91 67.4 81.88 -
YUV 174.02 156.76 23.14 -
System Red Green Blue C M Y K H S L
Decimal 27 239 225 0.89 0 0.06 0.06 176.04 0.87 0.52
Hex 1B EF E1 59 0 6 6 B0 57 34
Octal 33 357 341 131 0 6 6 260 127 64
Binary 11011 11101111 11100001 1011001 0 110 110 10110000 1010111 110100

Color Harmonies of #1BEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEFE1

Black with #1BEFE1

Text Example


Text Example

White with #1BEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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