Html Css Color HEX #68D3F2 Turquoise Blue

📋 copy color: '#68D3F2'

red 104 ◦ green 211 ◦ blue 242

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

Shades of Turquoise Blue #68D3F2

Tints of Turquoise Blue #68D3F2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.88%

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 18.67%
G = 37.88%
B = 43.45%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68D3F2 (or 0x68D3F2) is known color: Turquoise Blue. HEX triplet: 68, D3 and F2. RGB value is (104,211,242). Sum of RGB (Red+Green+Blue) = 104+211+242=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #68D3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D3F2 is #972C0D. Grayscale: #B6B6B6. Windows color (decimal): -9907214 or 15913832. OLE color: 15913832.

HSL color Cylindrical-coordinate representation of color #68D3F2: hue angle of 193.48º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68D3F2 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 211 242 -
CMYK 0.57 0.13 0 0.05
HSL 193.48º 0.84% 0.68% -
HSV(B) 193.48º 0.57% 0.95% -
XYZ 45.03 55.94 92.43 -
YUV 182.54 161.55 71.98 -
System Red Green Blue C M Y K H S L
Decimal 104 211 242 0.57 0.13 0 0.05 193.48 0.84 0.68
Hex 68 D3 F2 39 D 0 5 C1 54 44
Octal 150 323 362 71 15 0 5 301 124 104
Binary 1101000 11010011 11110010 111001 1101 0 101 11000001 1010100 1000100

Color Harmonies of #68D3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D3F2

Black with #68D3F2

Text Example


Text Example

White with #68D3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,211,242); }

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

background-color css

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

 a { background-color: rgb(104,211,242); }

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

border-color css

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

 span { border-color: rgb(104,211,242); }

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