Html Css Color HEX #68E0FB Turquoise Blue

📋 copy color: '#68E0FB'

red 104 ◦ green 224 ◦ blue 251

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

Shades of Turquoise Blue #68E0FB

Tints of Turquoise Blue #68E0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.35%

R = 17.96%
G = 38.69%
B = 43.35%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68E0FB (or 0x68E0FB) is known color: Turquoise Blue. HEX triplet: 68, E0 and FB. RGB value is (104,224,251). Sum of RGB (Red+Green+Blue) = 104+224+251=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #68E0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E0FB is #971F04. Grayscale: #BEBEBE. Windows color (decimal): -9903877 or 16506984. OLE color: 16506984.

HSL color Cylindrical-coordinate representation of color #68E0FB: hue angle of 191.02º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68E0FB is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 224 251 -
CMYK 0.59 0.11 0 0.02
HSL 191.02º 0.95% 0.7% -
HSV(B) 191.02º 0.59% 0.98% -
XYZ 49.78 63.22 100.85 -
YUV 191.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 104 224 251 0.59 0.11 0 0.02 191.02 0.95 0.7
Hex 68 E0 FB 3B B 0 2 BF 5F 46
Octal 150 340 373 73 13 0 2 277 137 106
Binary 1101000 11100000 11111011 111011 1011 0 10 10111111 1011111 1000110

Color Harmonies of #68E0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E0FB

Black with #68E0FB

Text Example


Text Example

White with #68E0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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