Html Css Color HEX #1BEFEE Bright Turquoise

📋 copy color: '#1BEFEE'

red 27 ◦ green 239 ◦ blue 238

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

Shades of Bright Turquoise #1BEFEE

Tints of Bright Turquoise #1BEFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.42%

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 5.36%
G = 47.42%
B = 47.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#1BEFEE (or 0x1BEFEE) is known color: Bright Turquoise. HEX triplet: 1B, EF and EE. RGB value is (27,239,238). Sum of RGB (Red+Green+Blue) = 27+239+238=504 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.36% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEFEE is #E41011. Grayscale: #AFAFAF. Windows color (decimal): -14946322 or 15658779. OLE color: 15658779.

HSL color Cylindrical-coordinate representation of color #1BEFEE: hue angle of 179.72º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEFEE is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 239 238 -
CMYK 0.89 0 0.00 0.06
HSL 179.72º 0.87% 0.52% -
HSV(B) 179.72º 0.89% 0.94% -
XYZ 46.75 68.14 91.58 -
YUV 175.5 163.26 22.08 -
System Red Green Blue C M Y K H S L
Decimal 27 239 238 0.89 0 0.00 0.06 179.72 0.87 0.52
Hex 1B EF EE 59 0 0 6 B4 57 34
Octal 33 357 356 131 0 0 6 264 127 64
Binary 11011 11101111 11101110 1011001 0 0 110 10110100 1010111 110100

Color Harmonies of #1BEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEFEE

Black with #1BEFEE

Text Example


Text Example

White with #1BEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,239,238); }

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

background-color css

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

 a { background-color: rgb(27,239,238); }

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

border-color css

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

 span { border-color: rgb(27,239,238); }

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