Html Css Color HEX #1BE0CF Bright Turquoise

📋 copy color: '#1BE0CF'

red 27 ◦ green 224 ◦ blue 207

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

Shades of Bright Turquoise #1BE0CF

Tints of Bright Turquoise #1BE0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 5.9%
G = 48.91%
B = 45.2%

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

#1BE0CF (or 0x1BE0CF) is known color: Bright Turquoise. HEX triplet: 1B, E0 and CF. RGB value is (27,224,207). Sum of RGB (Red+Green+Blue) = 27+224+207=458 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.90% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE0CF is #E41F30. Grayscale: #A3A3A3. Windows color (decimal): -14950193 or 13623323. OLE color: 13623323.

HSL color Cylindrical-coordinate representation of color #1BE0CF: hue angle of 174.82º 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 #1BE0CF is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 224 207 -
CMYK 0.88 0 0.08 0.12
HSL 174.82º 0.78% 0.49% -
HSV(B) 174.82º 0.88% 0.88% -
XYZ 38.37 58.05 68.21 -
YUV 163.16 152.73 30.88 -
System Red Green Blue C M Y K H S L
Decimal 27 224 207 0.88 0 0.08 0.12 174.82 0.78 0.49
Hex 1B E0 CF 58 0 8 C AF 4E 31
Octal 33 340 317 130 0 10 14 257 116 61
Binary 11011 11100000 11001111 1011000 0 1000 1100 10101111 1001110 110001

Color Harmonies of #1BE0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE0CF

Black with #1BE0CF

Text Example


Text Example

White with #1BE0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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