Html Css Color HEX #1BEFDF Bright Turquoise

📋 copy color: '#1BEFDF'

red 27 ◦ green 239 ◦ blue 223

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

Shades of Bright Turquoise #1BEFDF

Tints of Bright Turquoise #1BEFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 5.52%
G = 48.88%
B = 45.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#1BEFDF (or 0x1BEFDF) is known color: Bright Turquoise. HEX triplet: 1B, EF and DF. RGB value is (27,239,223). Sum of RGB (Red+Green+Blue) = 27+239+223=489 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.52% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFDF is #E41020. Grayscale: #ADADAD. Windows color (decimal): -14946337 or 14675739. OLE color: 14675739.

HSL color Cylindrical-coordinate representation of color #1BEFDF: hue angle of 175.47º 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 #1BEFDF is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 239 223 -
CMYK 0.89 0 0.07 0.06
HSL 175.47º 0.87% 0.52% -
HSV(B) 175.47º 0.89% 0.94% -
XYZ 44.64 67.29 80.45 -
YUV 173.79 155.76 23.3 -
System Red Green Blue C M Y K H S L
Decimal 27 239 223 0.89 0 0.07 0.06 175.47 0.87 0.52
Hex 1B EF DF 59 0 7 6 AF 57 34
Octal 33 357 337 131 0 7 6 257 127 64
Binary 11011 11101111 11011111 1011001 0 111 110 10101111 1010111 110100

Color Harmonies of #1BEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEFDF

Black with #1BEFDF

Text Example


Text Example

White with #1BEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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