Html Css Color HEX #68DAF0 Turquoise Blue

📋 copy color: '#68DAF0'

red 104 ◦ green 218 ◦ blue 240

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

Shades of Turquoise Blue #68DAF0

Tints of Turquoise Blue #68DAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.79%

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

R = 18.51%
G = 38.79%
B = 42.7%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68DAF0 (or 0x68DAF0) is known color: Turquoise Blue. HEX triplet: 68, DA and F0. RGB value is (104,218,240). Sum of RGB (Red+Green+Blue) = 104+218+240=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #68DAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAF0 is #97250F. Grayscale: #BABABA. Windows color (decimal): -9905424 or 15784552. OLE color: 15784552.

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

Color convert

RGB 104 218 240 -
CMYK 0.57 0.09 0 0.06
HSL 189.71º 0.82% 0.67% -
HSV(B) 189.71º 0.57% 0.94% -
XYZ 46.51 59.38 91.45 -
YUV 186.42 158.23 69.21 -
System Red Green Blue C M Y K H S L
Decimal 104 218 240 0.57 0.09 0 0.06 189.71 0.82 0.67
Hex 68 DA F0 39 9 0 6 BE 52 43
Octal 150 332 360 71 11 0 6 276 122 103
Binary 1101000 11011010 11110000 111001 1001 0 110 10111110 1010010 1000011

Color Harmonies of #68DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAF0

Black with #68DAF0

Text Example


Text Example

White with #68DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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