Html Css Color HEX #1BEBE4 Bright Turquoise

📋 copy color: '#1BEBE4'

red 27 ◦ green 235 ◦ blue 228

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

Shades of Bright Turquoise #1BEBE4

Tints of Bright Turquoise #1BEBE4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.96%

 BLUE value IS 228 (89.45% from 255) = 46.53%

R = 5.51%
G = 47.96%
B = 46.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#1BEBE4 (or 0x1BEBE4) is known color: Bright Turquoise. HEX triplet: 1B, EB and E4. RGB value is (27,235,228). Sum of RGB (Red+Green+Blue) = 27+235+228=490 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.51% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEBE4 is #E4141B. Grayscale: #ABABAB. Windows color (decimal): -14947356 or 15002395. OLE color: 15002395.

HSL color Cylindrical-coordinate representation of color #1BEBE4: hue angle of 177.98º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEBE4 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 235 228 -
CMYK 0.89 0 0.03 0.08
HSL 177.98º 0.84% 0.51% -
HSV(B) 177.98º 0.89% 0.92% -
XYZ 44.16 65.25 83.67 -
YUV 172.01 159.59 24.57 -
System Red Green Blue C M Y K H S L
Decimal 27 235 228 0.89 0 0.03 0.08 177.98 0.84 0.51
Hex 1B EB E4 59 0 3 8 B2 54 33
Octal 33 353 344 131 0 3 10 262 124 63
Binary 11011 11101011 11100100 1011001 0 11 1000 10110010 1010100 110011

Color Harmonies of #1BEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEBE4

Black with #1BEBE4

Text Example


Text Example

White with #1BEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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