Html Css Color HEX #1BDCF0 Bright Turquoise

📋 copy color: '#1BDCF0'

red 27 ◦ green 220 ◦ blue 240

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

Shades of Bright Turquoise #1BDCF0

Tints of Bright Turquoise #1BDCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 240 (94.14% from 255) = 49.28%

R = 5.54%
G = 45.17%
B = 49.28%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BDCF0 (or 0x1BDCF0) is known color: Bright Turquoise. HEX triplet: 1B, DC and F0. RGB value is (27,220,240). Sum of RGB (Red+Green+Blue) = 27+220+240=487 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.54% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BDCF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDCF0 is #E4230F. Grayscale: #A4A4A4. Windows color (decimal): -14951184 or 15784987. OLE color: 15784987.

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

Color convert

RGB 27 220 240 -
CMYK 0.89 0.08 0 0.06
HSL 185.63º 0.88% 0.52% -
HSV(B) 185.63º 0.89% 0.94% -
XYZ 41.77 57.71 91.38 -
YUV 164.57 170.56 29.87 -
System Red Green Blue C M Y K H S L
Decimal 27 220 240 0.89 0.08 0 0.06 185.63 0.88 0.52
Hex 1B DC F0 59 8 0 6 BA 58 34
Octal 33 334 360 131 10 0 6 272 130 64
Binary 11011 11011100 11110000 1011001 1000 0 110 10111010 1011000 110100

Color Harmonies of #1BDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDCF0

Black with #1BDCF0

Text Example


Text Example

White with #1BDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,220,240); }

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

background-color css

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

 a { background-color: rgb(27,220,240); }

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

border-color css

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

 span { border-color: rgb(27,220,240); }

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