Html Css Color HEX #1BEADB Bright Turquoise

📋 copy color: '#1BEADB'

red 27 ◦ green 234 ◦ blue 219

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

Shades of Bright Turquoise #1BEADB

Tints of Bright Turquoise #1BEADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 5.63%
G = 48.75%
B = 45.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#1BEADB (or 0x1BEADB) is known color: Bright Turquoise. HEX triplet: 1B, EA and DB. RGB value is (27,234,219). Sum of RGB (Red+Green+Blue) = 27+234+219=480 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.62% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEADB is #E41524. Grayscale: #AAAAAA. Windows color (decimal): -14947621 or 14412315. OLE color: 14412315.

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

Color convert

RGB 27 234 219 -
CMYK 0.88 0 0.06 0.08
HSL 175.65º 0.83% 0.51% -
HSV(B) 175.65º 0.88% 0.92% -
XYZ 42.66 64.19 77.16 -
YUV 170.4 155.42 25.72 -
System Red Green Blue C M Y K H S L
Decimal 27 234 219 0.88 0 0.06 0.08 175.65 0.83 0.51
Hex 1B EA DB 58 0 6 8 B0 53 33
Octal 33 352 333 130 0 6 10 260 123 63
Binary 11011 11101010 11011011 1011000 0 110 1000 10110000 1010011 110011

Color Harmonies of #1BEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEADB

Black with #1BEADB

Text Example


Text Example

White with #1BEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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