Html Css Color HEX #1BEFF4 Bright Turquoise

📋 copy color: '#1BEFF4'

red 27 ◦ green 239 ◦ blue 244

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

Shades of Bright Turquoise #1BEFF4

Tints of Bright Turquoise #1BEFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.84%

R = 5.29%
G = 46.86%
B = 47.84%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1BEFF4 (or 0x1BEFF4) is known color: Bright Turquoise. HEX triplet: 1B, EF and F4. RGB value is (27,239,244). Sum of RGB (Red+Green+Blue) = 27+239+244=510 (67% of max value = 765). Red value is 27 (10.94% from 255 or 5.29% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 244 - color contains mainly: blue. Hex color #1BEFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEFF4 is #E4100B. Grayscale: #AFAFAF. Windows color (decimal): -14946316 or 16051995. OLE color: 16051995.

HSL color Cylindrical-coordinate representation of color #1BEFF4: hue angle of 181.38º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEFF4 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 27 239 244 -
CMYK 0.89 0.02 0 0.04
HSL 181.38º 0.91% 0.53% -
HSV(B) 181.38º 0.89% 0.96% -
XYZ 47.65 68.5 96.3 -
YUV 176.18 166.26 21.59 -
System Red Green Blue C M Y K H S L
Decimal 27 239 244 0.89 0.02 0 0.04 181.38 0.91 0.53
Hex 1B EF F4 59 2 0 4 B5 5B 35
Octal 33 357 364 131 2 0 4 265 133 65
Binary 11011 11101111 11110100 1011001 10 0 100 10110101 1011011 110101

Color Harmonies of #1BEFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEFF4

Black with #1BEFF4

Text Example


Text Example

White with #1BEFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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