#67D2F1

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

Shades of Turquoise Blue #67D2F1

Tints of Turquoise Blue #67D2F1

Color information

#67D2F1 (or 0x67D2F1) is unknown color: approx Turquoise Blue. HEX triplet: 67, D2 and F1. RGB value is (103,210,241). Sum of RGB (Red+Green+Blue) = 103+210+241=554 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.59% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #67D2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D2F1 is #982D0E. Grayscale: #B5B5B5. Windows color (decimal): -9973007 or 15848039. OLE color: 15848039.

HSL color Cylindrical-coordinate representation of color #67D2F1: hue angle of 193.48º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67D2F1 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB103210241-
CMYK0.570.1300.05
HSL193.48º83.13%67.45%-
HSV(B)193.48º57.26%94.51%-
XYZ44.5255.3391.55-
YUV181.54161.5571.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.59%
GREEN value IS 210 (82.42% from 255) = 37.91%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=18.59%
G=37.91%
B=43.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032102410.570.1300.05193.4883.1367.45
Hex67D2F139D05c15343
Octal147322361711505301123103
Binary11001111101001011110001111001110101011100000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,210,241); }

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

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

 a { background-color: rgb(103,210,241); }

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

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

 span { border-color: rgb(103,210,241); }

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