Html Css Color HEX #1BCFE9 Bright Turquoise

📋 copy color: '#1BCFE9'

red 27 ◦ green 207 ◦ blue 233

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

Shades of Bright Turquoise #1BCFE9

Tints of Bright Turquoise #1BCFE9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.33%

 BLUE value IS 233 (91.41% from 255) = 49.89%

R = 5.78%
G = 44.33%
B = 49.89%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1BCFE9 (or 0x1BCFE9) is known color: Bright Turquoise. HEX triplet: 1B, CF and E9. RGB value is (27,207,233). Sum of RGB (Red+Green+Blue) = 27+207+233=467 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.78% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #1BCFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCFE9 is #E43016. Grayscale: #9B9B9B. Windows color (decimal): -14954519 or 15322907. OLE color: 15322907.

HSL color Cylindrical-coordinate representation of color #1BCFE9: hue angle of 187.57º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCFE9 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 27 207 233 -
CMYK 0.88 0.11 0 0.09
HSL 187.57º 0.82% 0.51% -
HSV(B) 187.57º 0.88% 0.91% -
XYZ 37.47 50.74 84.91 -
YUV 156.14 171.37 35.89 -
System Red Green Blue C M Y K H S L
Decimal 27 207 233 0.88 0.11 0 0.09 187.57 0.82 0.51
Hex 1B CF E9 58 B 0 9 BC 52 33
Octal 33 317 351 130 13 0 11 274 122 63
Binary 11011 11001111 11101001 1011000 1011 0 1001 10111100 1010010 110011

Color Harmonies of #1BCFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCFE9

Black with #1BCFE9

Text Example


Text Example

White with #1BCFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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