Html Css Color HEX #68E8FA Turquoise Blue

📋 copy color: '#68E8FA'

red 104 ◦ green 232 ◦ blue 250

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

Shades of Turquoise Blue #68E8FA

Tints of Turquoise Blue #68E8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.59%

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 17.75%
G = 39.59%
B = 42.66%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68E8FA (or 0x68E8FA) is known color: Turquoise Blue. HEX triplet: 68, E8 and FA. RGB value is (104,232,250). Sum of RGB (Red+Green+Blue) = 104+232+250=586 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.75% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #68E8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E8FA is #971705. Grayscale: #C3C3C3. Windows color (decimal): -9901830 or 16443496. OLE color: 16443496.

HSL color Cylindrical-coordinate representation of color #68E8FA: hue angle of 187.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68E8FA is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 232 250 -
CMYK 0.58 0.07 0 0.02
HSL 187.4º 0.94% 0.69% -
HSV(B) 187.4º 0.58% 0.98% -
XYZ 51.82 67.56 100.75 -
YUV 195.78 158.59 62.54 -
System Red Green Blue C M Y K H S L
Decimal 104 232 250 0.58 0.07 0 0.02 187.4 0.94 0.69
Hex 68 E8 FA 3A 7 0 2 BB 5E 45
Octal 150 350 372 72 7 0 2 273 136 105
Binary 1101000 11101000 11111010 111010 111 0 10 10111011 1011110 1000101

Color Harmonies of #68E8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E8FA

Black with #68E8FA

Text Example


Text Example

White with #68E8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,232,250); }

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

background-color css

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

 a { background-color: rgb(104,232,250); }

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

border-color css

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

 span { border-color: rgb(104,232,250); }

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