Html Css Color HEX #1BEAF0 Bright Turquoise

📋 copy color: '#1BEAF0'

red 27 ◦ green 234 ◦ blue 240

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

Shades of Bright Turquoise #1BEAF0

Tints of Bright Turquoise #1BEAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.71%

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

R = 5.39%
G = 46.71%
B = 47.9%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BEAF0 (or 0x1BEAF0) is known color: Bright Turquoise. HEX triplet: 1B, EA and F0. RGB value is (27,234,240). Sum of RGB (Red+Green+Blue) = 27+234+240=501 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.39% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BEAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEAF0 is #E4150F. Grayscale: #ACACAC. Windows color (decimal): -14947600 or 15788571. OLE color: 15788571.

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

Color convert

RGB 27 234 240 -
CMYK 0.89 0.02 0 0.06
HSL 181.69º 0.88% 0.52% -
HSV(B) 181.69º 0.89% 0.94% -
XYZ 45.6 65.37 92.65 -
YUV 172.79 165.92 24.01 -
System Red Green Blue C M Y K H S L
Decimal 27 234 240 0.89 0.02 0 0.06 181.69 0.88 0.52
Hex 1B EA F0 59 2 0 6 B6 58 34
Octal 33 352 360 131 2 0 6 266 130 64
Binary 11011 11101010 11110000 1011001 10 0 110 10110110 1011000 110100

Color Harmonies of #1BEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEAF0

Black with #1BEAF0

Text Example


Text Example

White with #1BEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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