Html Css Color HEX #68E0F6 Turquoise Blue

📋 copy color: '#68E0F6'

red 104 ◦ green 224 ◦ blue 246

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

Shades of Turquoise Blue #68E0F6

Tints of Turquoise Blue #68E0F6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.02%

 BLUE value IS 246 (96.48% from 255) = 42.86%

R = 18.12%
G = 39.02%
B = 42.86%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68E0F6 (or 0x68E0F6) is known color: Turquoise Blue. HEX triplet: 68, E0 and F6. RGB value is (104,224,246). Sum of RGB (Red+Green+Blue) = 104+224+246=574 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.12% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #68E0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E0F6 is #971F09. Grayscale: #BEBEBE. Windows color (decimal): -9903882 or 16179304. OLE color: 16179304.

HSL color Cylindrical-coordinate representation of color #68E0F6: hue angle of 189.3º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68E0F6 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 224 246 -
CMYK 0.58 0.09 0 0.04
HSL 189.3º 0.89% 0.69% -
HSV(B) 189.3º 0.58% 0.96% -
XYZ 49 62.91 96.75 -
YUV 190.63 159.24 66.21 -
System Red Green Blue C M Y K H S L
Decimal 104 224 246 0.58 0.09 0 0.04 189.3 0.89 0.69
Hex 68 E0 F6 3A 9 0 4 BD 59 45
Octal 150 340 366 72 11 0 4 275 131 105
Binary 1101000 11100000 11110110 111010 1001 0 100 10111101 1011001 1000101

Color Harmonies of #68E0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E0F6

Black with #68E0F6

Text Example


Text Example

White with #68E0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,224,246); }

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

background-color css

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

 a { background-color: rgb(104,224,246); }

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

border-color css

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

 span { border-color: rgb(104,224,246); }

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