Html Css Color HEX #68E2FC Turquoise Blue

📋 copy color: '#68E2FC'

red 104 ◦ green 226 ◦ blue 252

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

Shades of Turquoise Blue #68E2FC

Tints of Turquoise Blue #68E2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.83%

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 17.87%
G = 38.83%
B = 43.3%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68E2FC (or 0x68E2FC) is known color: Turquoise Blue. HEX triplet: 68, E2 and FC. RGB value is (104,226,252). Sum of RGB (Red+Green+Blue) = 104+226+252=582 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.87% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #68E2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E2FC is #971D03. Grayscale: #C0C0C0. Windows color (decimal): -9903364 or 16573032. OLE color: 16573032.

HSL color Cylindrical-coordinate representation of color #68E2FC: hue angle of 190.54º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68E2FC is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 226 252 -
CMYK 0.59 0.10 0 0.01
HSL 190.54º 0.96% 0.7% -
HSV(B) 190.54º 0.59% 0.99% -
XYZ 50.48 64.36 101.86 -
YUV 192.49 161.58 64.89 -
System Red Green Blue C M Y K H S L
Decimal 104 226 252 0.59 0.10 0 0.01 190.54 0.96 0.7
Hex 68 E2 FC 3B A 0 1 BF 60 46
Octal 150 342 374 73 12 0 1 277 140 106
Binary 1101000 11100010 11111100 111011 1010 0 1 10111111 1100000 1000110

Color Harmonies of #68E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E2FC

Black with #68E2FC

Text Example


Text Example

White with #68E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,226,252); }

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

background-color css

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

 a { background-color: rgb(104,226,252); }

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

border-color css

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

 span { border-color: rgb(104,226,252); }

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