#67DAF3

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

Shades of Turquoise Blue #67DAF3

Tints of Turquoise Blue #67DAF3

Color information

#67DAF3 (or 0x67DAF3) is unknown color: approx Turquoise Blue. HEX triplet: 67, DA and F3. RGB value is (103,218,243). Sum of RGB (Red+Green+Blue) = 103+218+243=564 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.26% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #67DAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DAF3 is #98250C. Grayscale: #BABABA. Windows color (decimal): -9970957 or 15981159. OLE color: 15981159.

HSL color Cylindrical-coordinate representation of color #67DAF3: hue angle of 190.71º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67DAF3 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB103218243-
CMYK0.580.1000.05
HSL190.71º85.37%67.84%-
HSV(B)190.71º57.61%95.29%-
XYZ46.8459.593.81-
YUV186.46159.968.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.26%
GREEN value IS 218 (85.55% from 255) = 38.65%
BLUE value IS 243 (95.31% from 255) = 43.09%
R=18.26%
G=38.65%
B=43.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032182430.580.1000.05190.7185.3767.84
Hex67DAF33AA05bf5544
Octal147332363721205277125104
Binary11001111101101011110011111010101001011011111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67DAF3; }

 p { color: rgb(103,218,243); }

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

<style>
 a { background-color: #67DAF3; }

 a { background-color: rgb(103,218,243); }

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

<style>
 span { border-color: #67DAF3; }

 span { border-color: rgb(103,218,243); }

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