Html Css Color HEX #1BE1CC Bright Turquoise

📋 copy color: '#1BE1CC'

red 27 ◦ green 225 ◦ blue 204

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

Shades of Bright Turquoise #1BE1CC

Tints of Bright Turquoise #1BE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.34%

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 5.92%
G = 49.34%
B = 44.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#1BE1CC (or 0x1BE1CC) is known color: Bright Turquoise. HEX triplet: 1B, E1 and CC. RGB value is (27,225,204). Sum of RGB (Red+Green+Blue) = 27+225+204=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE1CC is #E41E33. Grayscale: #A3A3A3. Windows color (decimal): -14949940 or 13426971. OLE color: 13426971.

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

Color convert

RGB 27 225 204 -
CMYK 0.88 0 0.09 0.12
HSL 173.64º 0.79% 0.49% -
HSV(B) 173.64º 0.88% 0.88% -
XYZ 38.28 58.44 66.39 -
YUV 163.4 150.9 30.71 -
System Red Green Blue C M Y K H S L
Decimal 27 225 204 0.88 0 0.09 0.12 173.64 0.79 0.49
Hex 1B E1 CC 58 0 9 C AE 4F 31
Octal 33 341 314 130 0 11 14 256 117 61
Binary 11011 11100001 11001100 1011000 0 1001 1100 10101110 1001111 110001

Color Harmonies of #1BE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE1CC

Black with #1BE1CC

Text Example


Text Example

White with #1BE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,225,204); }

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

background-color css

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

 a { background-color: rgb(27,225,204); }

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

border-color css

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

 span { border-color: rgb(27,225,204); }

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