Html Css Color HEX #68DAFE Turquoise Blue

📋 copy color: '#68DAFE'

red 104 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #68DAFE

Tints of Turquoise Blue #68DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 18.06%
G = 37.85%
B = 44.1%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68DAFE (or 0x68DAFE) is known color: Turquoise Blue. HEX triplet: 68, DA and FE. RGB value is (104,218,254). Sum of RGB (Red+Green+Blue) = 104+218+254=576 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.06% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #68DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAFE is #972501. Grayscale: #BBBBBB. Windows color (decimal): -9905410 or 16702056. OLE color: 16702056.

HSL color Cylindrical-coordinate representation of color #68DAFE: hue angle of 194.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DAFE is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 218 254 -
CMYK 0.59 0.14 0 0.00
HSL 194.4º 0.99% 0.7% -
HSV(B) 194.4º 0.59% 1% -
XYZ 48.67 60.24 102.83 -
YUV 188.02 165.23 68.07 -
System Red Green Blue C M Y K H S L
Decimal 104 218 254 0.59 0.14 0 0.00 194.4 0.99 0.7
Hex 68 DA FE 3B E 0 0 C2 63 46
Octal 150 332 376 73 16 0 0 302 143 106
Binary 1101000 11011010 11111110 111011 1110 0 0 11000010 1100011 1000110

Color Harmonies of #68DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAFE

Black with #68DAFE

Text Example


Text Example

White with #68DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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