Html Css Color HEX #67DDF0 Turquoise Blue

📋 copy color: '#67DDF0'

red 103 ◦ green 221 ◦ blue 240

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

Shades of Turquoise Blue #67DDF0

Tints of Turquoise Blue #67DDF0

RGB

 RED value IS 103 (40.63% from 255) = 18.26%

 GREEN value IS 221 (86.72% from 255) = 39.18%

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 18.26%
G = 39.18%
B = 42.55%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#67DDF0 (or 0x67DDF0) is known color: Turquoise Blue. HEX triplet: 67, DD and F0. RGB value is (103,221,240). Sum of RGB (Red+Green+Blue) = 103+221+240=564 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.26% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #67DDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DDF0 is #98220F. Grayscale: #BBBBBB. Windows color (decimal): -9970192 or 15785319. OLE color: 15785319.

HSL color Cylindrical-coordinate representation of color #67DDF0: hue angle of 188.32º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67DDF0 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 103 221 240 -
CMYK 0.57 0.08 0 0.06
HSL 188.32º 0.82% 0.67% -
HSV(B) 188.32º 0.57% 0.94% -
XYZ 47.18 60.89 91.7 -
YUV 187.88 157.41 67.46 -
System Red Green Blue C M Y K H S L
Decimal 103 221 240 0.57 0.08 0 0.06 188.32 0.82 0.67
Hex 67 DD F0 39 8 0 6 BC 52 43
Octal 147 335 360 71 10 0 6 274 122 103
Binary 1100111 11011101 11110000 111001 1000 0 110 10111100 1010010 1000011

Color Harmonies of #67DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DDF0

Black with #67DDF0

Text Example


Text Example

White with #67DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,221,240); }

 H1.HeaderClassName
 {
   color: #67DDF0;
 }
 .AnyTagClassName
 {
   color: #67DDF0;
 }
</style>

background-color css

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

 a { background-color: rgb(103,221,240); }

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

border-color css

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

 span { border-color: rgb(103,221,240); }

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