Html Css Color HEX #1BDEEF Bright Turquoise

📋 copy color: '#1BDEEF'

red 27 ◦ green 222 ◦ blue 239

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

Shades of Bright Turquoise #1BDEEF

Tints of Bright Turquoise #1BDEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

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

R = 5.53%
G = 45.49%
B = 48.98%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BDEEF (or 0x1BDEEF) is known color: Bright Turquoise. HEX triplet: 1B, DE and EF. RGB value is (27,222,239). Sum of RGB (Red+Green+Blue) = 27+222+239=488 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.53% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #1BDEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDEEF is #E42110. Grayscale: #A5A5A5. Windows color (decimal): -14950673 or 15719963. OLE color: 15719963.

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

Color convert

RGB 27 222 239 -
CMYK 0.89 0.07 0 0.06
HSL 184.81º 0.87% 0.52% -
HSV(B) 184.81º 0.89% 0.94% -
XYZ 42.15 58.71 90.77 -
YUV 165.63 169.4 29.12 -
System Red Green Blue C M Y K H S L
Decimal 27 222 239 0.89 0.07 0 0.06 184.81 0.87 0.52
Hex 1B DE EF 59 7 0 6 B9 57 34
Octal 33 336 357 131 7 0 6 271 127 64
Binary 11011 11011110 11101111 1011001 111 0 110 10111001 1010111 110100

Color Harmonies of #1BDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDEEF

Black with #1BDEEF

Text Example


Text Example

White with #1BDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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