Html Css Color HEX #1BD5EF Bright Turquoise

📋 copy color: '#1BD5EF'

red 27 ◦ green 213 ◦ blue 239

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

Shades of Bright Turquoise #1BD5EF

Tints of Bright Turquoise #1BD5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.47%

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 5.64%
G = 44.47%
B = 49.9%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BD5EF (or 0x1BD5EF) is known color: Bright Turquoise. HEX triplet: 1B, D5 and EF. RGB value is (27,213,239). Sum of RGB (Red+Green+Blue) = 27+213+239=479 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.64% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BD5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD5EF is #E42A10. Grayscale: #A0A0A0. Windows color (decimal): -14952977 or 15717659. OLE color: 15717659.

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

Color convert

RGB 27 213 239 -
CMYK 0.89 0.11 0 0.06
HSL 187.36º 0.87% 0.52% -
HSV(B) 187.36º 0.89% 0.94% -
XYZ 39.83 54.05 90 -
YUV 160.35 172.38 32.89 -
System Red Green Blue C M Y K H S L
Decimal 27 213 239 0.89 0.11 0 0.06 187.36 0.87 0.52
Hex 1B D5 EF 59 B 0 6 BB 57 34
Octal 33 325 357 131 13 0 6 273 127 64
Binary 11011 11010101 11101111 1011001 1011 0 110 10111011 1010111 110100

Color Harmonies of #1BD5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD5EF

Black with #1BD5EF

Text Example


Text Example

White with #1BD5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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