Html Css Color HEX #1BE0F1 Bright Turquoise

📋 copy color: '#1BE0F1'

red 27 ◦ green 224 ◦ blue 241

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

Shades of Bright Turquoise #1BE0F1

Tints of Bright Turquoise #1BE0F1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.53%

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 5.49%
G = 45.53%
B = 48.98%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1BE0F1 (or 0x1BE0F1) is known color: Bright Turquoise. HEX triplet: 1B, E0 and F1. RGB value is (27,224,241). Sum of RGB (Red+Green+Blue) = 27+224+241=492 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.49% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #1BE0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE0F1 is #E41F0E. Grayscale: #A6A6A6. Windows color (decimal): -14950159 or 15851547. OLE color: 15851547.

HSL color Cylindrical-coordinate representation of color #1BE0F1: hue angle of 184.77º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BE0F1 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 27 224 241 -
CMYK 0.89 0.07 0 0.05
HSL 184.77º 0.88% 0.53% -
HSV(B) 184.77º 0.89% 0.95% -
XYZ 42.98 59.9 92.51 -
YUV 167.04 169.73 28.12 -
System Red Green Blue C M Y K H S L
Decimal 27 224 241 0.89 0.07 0 0.05 184.77 0.88 0.53
Hex 1B E0 F1 59 7 0 5 B9 58 35
Octal 33 340 361 131 7 0 5 271 130 65
Binary 11011 11100000 11110001 1011001 111 0 101 10111001 1011000 110101

Color Harmonies of #1BE0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE0F1

Black with #1BE0F1

Text Example


Text Example

White with #1BE0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,224,241); }

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

background-color css

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

 a { background-color: rgb(27,224,241); }

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

border-color css

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

 span { border-color: rgb(27,224,241); }

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