Html Css Color HEX #1BE4F0 Bright Turquoise

📋 copy color: '#1BE4F0'

red 27 ◦ green 228 ◦ blue 240

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

Shades of Bright Turquoise #1BE4F0

Tints of Bright Turquoise #1BE4F0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.06%

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 5.45%
G = 46.06%
B = 48.48%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BE4F0 (or 0x1BE4F0) is known color: Bright Turquoise. HEX triplet: 1B, E4 and F0. RGB value is (27,228,240). Sum of RGB (Red+Green+Blue) = 27+228+240=495 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.45% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BE4F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE4F0 is #E41B0F. Grayscale: #A9A9A9. Windows color (decimal): -14949136 or 15787035. OLE color: 15787035.

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

Color convert

RGB 27 228 240 -
CMYK 0.89 0.05 0 0.06
HSL 183.38º 0.88% 0.52% -
HSV(B) 183.38º 0.89% 0.94% -
XYZ 43.92 62.01 92.09 -
YUV 169.27 167.91 26.52 -
System Red Green Blue C M Y K H S L
Decimal 27 228 240 0.89 0.05 0 0.06 183.38 0.88 0.52
Hex 1B E4 F0 59 5 0 6 B7 58 34
Octal 33 344 360 131 5 0 6 267 130 64
Binary 11011 11100100 11110000 1011001 101 0 110 10110111 1011000 110100

Color Harmonies of #1BE4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE4F0

Black with #1BE4F0

Text Example


Text Example

White with #1BE4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,228,240); }

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

background-color css

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

 a { background-color: rgb(27,228,240); }

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

border-color css

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

 span { border-color: rgb(27,228,240); }

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