Html Css Color HEX #68D8F3 Turquoise Blue

📋 copy color: '#68D8F3'

red 104 ◦ green 216 ◦ blue 243

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

Shades of Turquoise Blue #68D8F3

Tints of Turquoise Blue #68D8F3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.37%

 BLUE value IS 243 (95.31% from 255) = 43.16%

R = 18.47%
G = 38.37%
B = 43.16%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68D8F3 (or 0x68D8F3) is known color: Turquoise Blue. HEX triplet: 68, D8 and F3. RGB value is (104,216,243). Sum of RGB (Red+Green+Blue) = 104+216+243=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #68D8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D8F3 is #97270C. Grayscale: #B9B9B9. Windows color (decimal): -9905933 or 15980648. OLE color: 15980648.

HSL color Cylindrical-coordinate representation of color #68D8F3: hue angle of 191.65º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68D8F3 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 216 243 -
CMYK 0.57 0.11 0 0.05
HSL 191.65º 0.85% 0.68% -
HSV(B) 191.65º 0.57% 0.95% -
XYZ 46.44 58.53 93.64 -
YUV 185.59 160.39 69.8 -
System Red Green Blue C M Y K H S L
Decimal 104 216 243 0.57 0.11 0 0.05 191.65 0.85 0.68
Hex 68 D8 F3 39 B 0 5 C0 55 44
Octal 150 330 363 71 13 0 5 300 125 104
Binary 1101000 11011000 11110011 111001 1011 0 101 11000000 1010101 1000100

Color Harmonies of #68D8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D8F3

Black with #68D8F3

Text Example


Text Example

White with #68D8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,216,243); }

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

background-color css

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

 a { background-color: rgb(104,216,243); }

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

border-color css

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

 span { border-color: rgb(104,216,243); }

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