#6BEBE7

Color #6BEBE7 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6BEBE7

Tints of Turquoise Blue #6BEBE7

Color information

#6BEBE7 (or 0x6BEBE7) is unknown color: approx Turquoise Blue. HEX triplet: 6B, EB and E7. RGB value is (107,235,231). Sum of RGB (Red+Green+Blue) = 107+235+231=573 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.67% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBE7 is #941418. Grayscale: #C4C4C4. Windows color (decimal): -9704473 or 15199083. OLE color: 15199083.

HSL color Cylindrical-coordinate representation of color #6BEBE7: hue angle of 178.12º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBE7 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB107235231-
CMYK0.5400.020.08
HSL178.12º76.19%67.06%-
HSV(B)178.12º54.47%92.16%-
XYZ50.268.3186.14-
YUV196.27147.5964.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.67%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 231 (90.62% from 255) = 40.31%
R=18.67%
G=41.01%
B=40.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072352310.5400.020.08178.1276.1967.06
Hex6BEBE736028b24c43
Octal153353347660210262114103
Binary1101011111010111110011111011001010001011001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BEBE7; }

 p { color: rgb(107,235,231); }

 H1.HeaderClassName
 {
   color: #6BEBE7;
 }
 .AnyTagClassName
 {
   color: #6BEBE7;
 }
</style>
background-color css

<style>
 a { background-color: #6BEBE7; }

 a { background-color: rgb(107,235,231); }

 div.DivClassName
 {
   background-color: #6BEBE7;
 }
 .BgClassName
 {
   background-color: #6BEBE7;
 }
</style>
border-color css

<style>
 span { border-color: #6BEBE7; }

 span { border-color: rgb(107,235,231); }

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