Html Css Color HEX #68E3FF Turquoise Blue

📋 copy color: '#68E3FF'

red 104 ◦ green 227 ◦ blue 255

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

Shades of Turquoise Blue #68E3FF

Tints of Turquoise Blue #68E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.74%

 BLUE value IS 255 (100% from 255) = 43.52%

R = 17.75%
G = 38.74%
B = 43.52%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68E3FF (or 0x68E3FF) is known color: Turquoise Blue. HEX triplet: 68, E3 and FF. RGB value is (104,227,255). Sum of RGB (Red+Green+Blue) = 104+227+255=586 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.75% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #68E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E3FF is #971C00. Grayscale: #C1C1C1. Windows color (decimal): -9903105 or 16769896. OLE color: 16769896.

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

Color convert

RGB 104 227 255 -
CMYK 0.59 0.11 0 0
HSL 191.13º 1% 0.7% -
HSV(B) 191.13º 0.59% 1% -
XYZ 51.23 65.1 104.47 -
YUV 193.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 104 227 255 0.59 0.11 0 0 191.13 1 0.7
Hex 68 E3 FF 3B B 0 0 BF 64 46
Octal 150 343 377 73 13 0 0 277 144 106
Binary 1101000 11100011 11111111 111011 1011 0 0 10111111 1100100 1000110

Color Harmonies of #68E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E3FF

Black with #68E3FF

Text Example


Text Example

White with #68E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,227,255); }

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

background-color css

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

 a { background-color: rgb(104,227,255); }

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

border-color css

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

 span { border-color: rgb(104,227,255); }

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