Html Css Color HEX #1BE3F0 Bright Turquoise

📋 copy color: '#1BE3F0'

red 27 ◦ green 227 ◦ blue 240

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

Shades of Bright Turquoise #1BE3F0

Tints of Bright Turquoise #1BE3F0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 5.47%
G = 45.95%
B = 48.58%

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

#1BE3F0 (or 0x1BE3F0) is known color: Bright Turquoise. HEX triplet: 1B, E3 and F0. RGB value is (27,227,240). Sum of RGB (Red+Green+Blue) = 27+227+240=494 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.47% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BE3F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE3F0 is #E41C0F. Grayscale: #A8A8A8. Windows color (decimal): -14949392 or 15786779. OLE color: 15786779.

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

Color convert

RGB 27 227 240 -
CMYK 0.89 0.05 0 0.06
HSL 183.66º 0.88% 0.52% -
HSV(B) 183.66º 0.89% 0.94% -
XYZ 43.65 61.46 92 -
YUV 168.68 168.24 26.94 -
System Red Green Blue C M Y K H S L
Decimal 27 227 240 0.89 0.05 0 0.06 183.66 0.88 0.52
Hex 1B E3 F0 59 5 0 6 B8 58 34
Octal 33 343 360 131 5 0 6 270 130 64
Binary 11011 11100011 11110000 1011001 101 0 110 10111000 1011000 110100

Color Harmonies of #1BE3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE3F0

Black with #1BE3F0

Text Example


Text Example

White with #1BE3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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