Html Css Color HEX #68DDF0 Turquoise Blue

📋 copy color: '#68DDF0'

red 104 ◦ green 221 ◦ blue 240

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

Shades of Turquoise Blue #68DDF0

Tints of Turquoise Blue #68DDF0

RGB

 RED value IS 104 (41.02% from 255) = 18.41%

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

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

R = 18.41%
G = 39.12%
B = 42.48%

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

#68DDF0 (or 0x68DDF0) is known color: Turquoise Blue. HEX triplet: 68, DD and F0. RGB value is (104,221,240). Sum of RGB (Red+Green+Blue) = 104+221+240=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #68DDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDF0 is #97220F. Grayscale: #BBBBBB. Windows color (decimal): -9904656 or 15785320. OLE color: 15785320.

HSL color Cylindrical-coordinate representation of color #68DDF0: hue angle of 188.38º 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 #68DDF0 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 221 240 -
CMYK 0.57 0.08 0 0.06
HSL 188.38º 0.82% 0.67% -
HSV(B) 188.38º 0.57% 0.94% -
XYZ 47.29 60.95 91.71 -
YUV 188.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 104 221 240 0.57 0.08 0 0.06 188.38 0.82 0.67
Hex 68 DD F0 39 8 0 6 BC 52 43
Octal 150 335 360 71 10 0 6 274 122 103
Binary 1101000 11011101 11110000 111001 1000 0 110 10111100 1010010 1000011

Color Harmonies of #68DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDF0

Black with #68DDF0

Text Example


Text Example

White with #68DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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