Html Css Color HEX #1BEED3 Bright Turquoise

📋 copy color: '#1BEED3'

red 27 ◦ green 238 ◦ blue 211

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

Shades of Bright Turquoise #1BEED3

Tints of Bright Turquoise #1BEED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50%

 BLUE value IS 211 (82.81% from 255) = 44.33%

R = 5.67%
G = 50%
B = 44.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#1BEED3 (or 0x1BEED3) is known color: Bright Turquoise. HEX triplet: 1B, EE and D3. RGB value is (27,238,211). Sum of RGB (Red+Green+Blue) = 27+238+211=476 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.67% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEED3 is #E4112C. Grayscale: #ABABAB. Windows color (decimal): -14946605 or 13889051. OLE color: 13889051.

HSL color Cylindrical-coordinate representation of color #1BEED3: hue angle of 172.32º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEED3 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 238 211 -
CMYK 0.89 0 0.11 0.07
HSL 172.32º 0.86% 0.52% -
HSV(B) 172.32º 0.89% 0.93% -
XYZ 42.78 66.09 72.13 -
YUV 171.83 150.1 24.7 -
System Red Green Blue C M Y K H S L
Decimal 27 238 211 0.89 0 0.11 0.07 172.32 0.86 0.52
Hex 1B EE D3 59 0 B 7 AC 56 34
Octal 33 356 323 131 0 13 7 254 126 64
Binary 11011 11101110 11010011 1011001 0 1011 111 10101100 1010110 110100

Color Harmonies of #1BEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEED3

Black with #1BEED3

Text Example


Text Example

White with #1BEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,238,211); }

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

background-color css

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

 a { background-color: rgb(27,238,211); }

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

border-color css

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

 span { border-color: rgb(27,238,211); }

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