Html Css Color HEX #1BE7EF Bright Turquoise

📋 copy color: '#1BE7EF'

red 27 ◦ green 231 ◦ blue 239

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

Shades of Bright Turquoise #1BE7EF

Tints of Bright Turquoise #1BE7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.48%

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

R = 5.43%
G = 46.48%
B = 48.09%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BE7EF (or 0x1BE7EF) is known color: Bright Turquoise. HEX triplet: 1B, E7 and EF. RGB value is (27,231,239). Sum of RGB (Red+Green+Blue) = 27+231+239=497 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.43% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BE7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BE7EF is #E41810. Grayscale: #AAAAAA. Windows color (decimal): -14948369 or 15722267. OLE color: 15722267.

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

Color convert

RGB 27 231 239 -
CMYK 0.89 0.03 0 0.06
HSL 182.26º 0.87% 0.52% -
HSV(B) 182.26º 0.89% 0.94% -
XYZ 44.61 63.62 91.59 -
YUV 170.92 166.41 25.35 -
System Red Green Blue C M Y K H S L
Decimal 27 231 239 0.89 0.03 0 0.06 182.26 0.87 0.52
Hex 1B E7 EF 59 3 0 6 B6 57 34
Octal 33 347 357 131 3 0 6 266 127 64
Binary 11011 11100111 11101111 1011001 11 0 110 10110110 1010111 110100

Color Harmonies of #1BE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE7EF

Black with #1BE7EF

Text Example


Text Example

White with #1BE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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