Html Css Color HEX #68DFF7 Turquoise Blue

📋 copy color: '#68DFF7'

red 104 ◦ green 223 ◦ blue 247

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

Shades of Turquoise Blue #68DFF7

Tints of Turquoise Blue #68DFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.85%

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

R = 18.12%
G = 38.85%
B = 43.03%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68DFF7 (or 0x68DFF7) is known color: Turquoise Blue. HEX triplet: 68, DF and F7. RGB value is (104,223,247). Sum of RGB (Red+Green+Blue) = 104+223+247=574 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.12% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #68DFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DFF7 is #972008. Grayscale: #BDBDBD. Windows color (decimal): -9904137 or 16244584. OLE color: 16244584.

HSL color Cylindrical-coordinate representation of color #68DFF7: hue angle of 190.07º 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 #68DFF7 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 223 247 -
CMYK 0.58 0.10 0 0.03
HSL 190.07º 0.9% 0.69% -
HSV(B) 190.07º 0.58% 0.97% -
XYZ 48.89 62.43 97.47 -
YUV 190.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 104 223 247 0.58 0.10 0 0.03 190.07 0.9 0.69
Hex 68 DF F7 3A A 0 3 BE 5A 45
Octal 150 337 367 72 12 0 3 276 132 105
Binary 1101000 11011111 11110111 111010 1010 0 11 10111110 1011010 1000101

Color Harmonies of #68DFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFF7

Black with #68DFF7

Text Example


Text Example

White with #68DFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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