Html Css Color HEX #68E9F7 Turquoise Blue

📋 copy color: '#68E9F7'

red 104 ◦ green 233 ◦ blue 247

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

Shades of Turquoise Blue #68E9F7

Tints of Turquoise Blue #68E9F7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.9%

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

R = 17.81%
G = 39.9%
B = 42.29%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68E9F7 (or 0x68E9F7) is known color: Turquoise Blue. HEX triplet: 68, E9 and F7. RGB value is (104,233,247). Sum of RGB (Red+Green+Blue) = 104+233+247=584 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.81% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #68E9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E9F7 is #971608. Grayscale: #C3C3C3. Windows color (decimal): -9901577 or 16247144. OLE color: 16247144.

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

Color convert

RGB 104 233 247 -
CMYK 0.58 0.06 0 0.03
HSL 185.87º 0.9% 0.69% -
HSV(B) 185.87º 0.58% 0.97% -
XYZ 51.64 67.94 98.39 -
YUV 196.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 104 233 247 0.58 0.06 0 0.03 185.87 0.9 0.69
Hex 68 E9 F7 3A 6 0 3 BA 5A 45
Octal 150 351 367 72 6 0 3 272 132 105
Binary 1101000 11101001 11110111 111010 110 0 11 10111010 1011010 1000101

Color Harmonies of #68E9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E9F7

Black with #68E9F7

Text Example


Text Example

White with #68E9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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