Html Css Color HEX #68E7FD Turquoise Blue

📋 copy color: '#68E7FD'

red 104 ◦ green 231 ◦ blue 253

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

Shades of Turquoise Blue #68E7FD

Tints of Turquoise Blue #68E7FD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.29%

 BLUE value IS 253 (99.22% from 255) = 43.03%

R = 17.69%
G = 39.29%
B = 43.03%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68E7FD (or 0x68E7FD) is known color: Turquoise Blue. HEX triplet: 68, E7 and FD. RGB value is (104,231,253). Sum of RGB (Red+Green+Blue) = 104+231+253=588 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.69% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #68E7FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E7FD is #971802. Grayscale: #C3C3C3. Windows color (decimal): -9902083 or 16639848. OLE color: 16639848.

HSL color Cylindrical-coordinate representation of color #68E7FD: hue angle of 188.86º degrees, saturation: 0.97, 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 #68E7FD is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 231 253 -
CMYK 0.59 0.09 0 0.01
HSL 188.86º 0.97% 0.7% -
HSV(B) 188.86º 0.59% 0.99% -
XYZ 52.01 67.19 103.16 -
YUV 195.54 160.42 62.71 -
System Red Green Blue C M Y K H S L
Decimal 104 231 253 0.59 0.09 0 0.01 188.86 0.97 0.7
Hex 68 E7 FD 3B 9 0 1 BD 61 46
Octal 150 347 375 73 11 0 1 275 141 106
Binary 1101000 11100111 11111101 111011 1001 0 1 10111101 1100001 1000110

Color Harmonies of #68E7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E7FD

Black with #68E7FD

Text Example


Text Example

White with #68E7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,231,253); }

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

background-color css

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

 a { background-color: rgb(104,231,253); }

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

border-color css

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

 span { border-color: rgb(104,231,253); }

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