Html Css Color HEX #1BE0CE Bright Turquoise

📋 copy color: '#1BE0CE'

red 27 ◦ green 224 ◦ blue 206

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

Shades of Bright Turquoise #1BE0CE

Tints of Bright Turquoise #1BE0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.02%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 5.91%
G = 49.02%
B = 45.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#1BE0CE (or 0x1BE0CE) is known color: Bright Turquoise. HEX triplet: 1B, E0 and CE. RGB value is (27,224,206). Sum of RGB (Red+Green+Blue) = 27+224+206=457 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.91% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE0CE is #E41F31. Grayscale: #A2A2A2. Windows color (decimal): -14950194 or 13557787. OLE color: 13557787.

HSL color Cylindrical-coordinate representation of color #1BE0CE: hue angle of 174.52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE0CE is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 224 206 -
CMYK 0.88 0 0.08 0.12
HSL 174.52º 0.78% 0.49% -
HSV(B) 174.52º 0.88% 0.88% -
XYZ 38.25 58 67.57 -
YUV 163.05 152.23 30.96 -
System Red Green Blue C M Y K H S L
Decimal 27 224 206 0.88 0 0.08 0.12 174.52 0.78 0.49
Hex 1B E0 CE 58 0 8 C AF 4E 31
Octal 33 340 316 130 0 10 14 257 116 61
Binary 11011 11100000 11001110 1011000 0 1000 1100 10101111 1001110 110001

Color Harmonies of #1BE0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE0CE

Black with #1BE0CE

Text Example


Text Example

White with #1BE0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,224,206); }

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

background-color css

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

 a { background-color: rgb(27,224,206); }

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

border-color css

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

 span { border-color: rgb(27,224,206); }

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