Html Css Color HEX #1BECEF Bright Turquoise

📋 copy color: '#1BECEF'

red 27 ◦ green 236 ◦ blue 239

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

Shades of Bright Turquoise #1BECEF

Tints of Bright Turquoise #1BECEF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 5.38%
G = 47.01%
B = 47.61%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BECEF (or 0x1BECEF) is known color: Bright Turquoise. HEX triplet: 1B, EC and EF. RGB value is (27,236,239). Sum of RGB (Red+Green+Blue) = 27+236+239=502 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.38% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BECEF is #E41310. Grayscale: #ADADAD. Windows color (decimal): -14947089 or 15723547. OLE color: 15723547.

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

Color convert

RGB 27 236 239 -
CMYK 0.89 0.01 0 0.06
HSL 180.85º 0.87% 0.52% -
HSV(B) 180.85º 0.89% 0.94% -
XYZ 46.03 66.46 92.06 -
YUV 173.85 164.76 23.26 -
System Red Green Blue C M Y K H S L
Decimal 27 236 239 0.89 0.01 0 0.06 180.85 0.87 0.52
Hex 1B EC EF 59 1 0 6 B5 57 34
Octal 33 354 357 131 1 0 6 265 127 64
Binary 11011 11101100 11101111 1011001 1 0 110 10110101 1010111 110100

Color Harmonies of #1BECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BECEF

Black with #1BECEF

Text Example


Text Example

White with #1BECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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