Html Css Color HEX #68DAEF Turquoise Blue

📋 copy color: '#68DAEF'

red 104 ◦ green 218 ◦ blue 239

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

Shades of Turquoise Blue #68DAEF

Tints of Turquoise Blue #68DAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 18.54%
G = 38.86%
B = 42.6%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68DAEF (or 0x68DAEF) is known color: Turquoise Blue. HEX triplet: 68, DA and EF. RGB value is (104,218,239). Sum of RGB (Red+Green+Blue) = 104+218+239=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #68DAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAEF is #972510. Grayscale: #BABABA. Windows color (decimal): -9905425 or 15719016. OLE color: 15719016.

HSL color Cylindrical-coordinate representation of color #68DAEF: hue angle of 189.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DAEF is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 218 239 -
CMYK 0.56 0.09 0 0.06
HSL 189.33º 0.81% 0.67% -
HSV(B) 189.33º 0.56% 0.94% -
XYZ 46.36 59.32 90.67 -
YUV 186.31 157.73 69.29 -
System Red Green Blue C M Y K H S L
Decimal 104 218 239 0.56 0.09 0 0.06 189.33 0.81 0.67
Hex 68 DA EF 38 9 0 6 BD 51 43
Octal 150 332 357 70 11 0 6 275 121 103
Binary 1101000 11011010 11101111 111000 1001 0 110 10111101 1010001 1000011

Color Harmonies of #68DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAEF

Black with #68DAEF

Text Example


Text Example

White with #68DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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