Html Css Color HEX #68DBEB Turquoise Blue

📋 copy color: '#68DBEB'

red 104 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #68DBEB

Tints of Turquoise Blue #68DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 18.64%
G = 39.25%
B = 42.11%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68DBEB (or 0x68DBEB) is known color: Turquoise Blue. HEX triplet: 68, DB and EB. RGB value is (104,219,235). Sum of RGB (Red+Green+Blue) = 104+219+235=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #68DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBEB is #972414. Grayscale: #BABABA. Windows color (decimal): -9905173 or 15457128. OLE color: 15457128.

HSL color Cylindrical-coordinate representation of color #68DBEB: hue angle of 187.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DBEB is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 219 235 -
CMYK 0.56 0.07 0 0.08
HSL 187.33º 0.77% 0.66% -
HSV(B) 187.33º 0.56% 0.92% -
XYZ 46.04 59.6 87.68 -
YUV 186.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 104 219 235 0.56 0.07 0 0.08 187.33 0.77 0.66
Hex 68 DB EB 38 7 0 8 BB 4D 42
Octal 150 333 353 70 7 0 10 273 115 102
Binary 1101000 11011011 11101011 111000 111 0 1000 10111011 1001101 1000010

Color Harmonies of #68DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBEB

Black with #68DBEB

Text Example


Text Example

White with #68DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,219,235); }

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

background-color css

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

 a { background-color: rgb(104,219,235); }

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

border-color css

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

 span { border-color: rgb(104,219,235); }

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