#6BD2E6

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

Shades of Turquoise Blue #6BD2E6

Tints of Turquoise Blue #6BD2E6

Color information

#6BD2E6 (or 0x6BD2E6) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D2 and E6. RGB value is (107,210,230). Sum of RGB (Red+Green+Blue) = 107+210+230=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #6BD2E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD2E6 is #942D19. Grayscale: #B5B5B5. Windows color (decimal): -9710874 or 15127147. OLE color: 15127147.

HSL color Cylindrical-coordinate representation of color #6BD2E6: hue angle of 189.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BD2E6 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB107210230-
CMYK0.530.0900.10
HSL189.76º71.1%66.08%-
HSV(B)189.76º53.48%90.2%-
XYZ43.3954.9383.18-
YUV181.48155.3874.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.56%
GREEN value IS 210 (82.42% from 255) = 38.39%
BLUE value IS 230 (90.23% from 255) = 42.05%
R=19.56%
G=38.39%
B=42.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1072102300.530.0900.10189.7671.166.08
Hex6BD2E63590Abe4742
Octal1533223466511012276107102
Binary110101111010010111001101101011001010101011111010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,210,230); }

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

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

 a { background-color: rgb(107,210,230); }

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

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

 span { border-color: rgb(107,210,230); }

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