Html Css Color HEX #68DBF7 Turquoise Blue

📋 copy color: '#68DBF7'

red 104 ◦ green 219 ◦ blue 247

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

Shades of Turquoise Blue #68DBF7

Tints of Turquoise Blue #68DBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.33%

R = 18.25%
G = 38.42%
B = 43.33%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68DBF7 (or 0x68DBF7) is known color: Turquoise Blue. HEX triplet: 68, DB and F7. RGB value is (104,219,247). Sum of RGB (Red+Green+Blue) = 104+219+247=570 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.25% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #68DBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBF7 is #972408. Grayscale: #BBBBBB. Windows color (decimal): -9905161 or 16243560. OLE color: 16243560.

HSL color Cylindrical-coordinate representation of color #68DBF7: hue angle of 191.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68DBF7 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 219 247 -
CMYK 0.58 0.11 0 0.03
HSL 191.75º 0.9% 0.69% -
HSV(B) 191.75º 0.58% 0.97% -
XYZ 47.83 60.32 97.12 -
YUV 187.81 161.4 68.22 -
System Red Green Blue C M Y K H S L
Decimal 104 219 247 0.58 0.11 0 0.03 191.75 0.9 0.69
Hex 68 DB F7 3A B 0 3 C0 5A 45
Octal 150 333 367 72 13 0 3 300 132 105
Binary 1101000 11011011 11110111 111010 1011 0 11 11000000 1011010 1000101

Color Harmonies of #68DBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBF7

Black with #68DBF7

Text Example


Text Example

White with #68DBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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