Html Css Color HEX #68DFFC Turquoise Blue

📋 copy color: '#68DFFC'

red 104 ◦ green 223 ◦ blue 252

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

Shades of Turquoise Blue #68DFFC

Tints of Turquoise Blue #68DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.51%

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

R = 17.96%
G = 38.51%
B = 43.52%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68DFFC (or 0x68DFFC) is known color: Turquoise Blue. HEX triplet: 68, DF and FC. RGB value is (104,223,252). Sum of RGB (Red+Green+Blue) = 104+223+252=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #68DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DFFC is #972003. Grayscale: #BEBEBE. Windows color (decimal): -9904132 or 16572264. OLE color: 16572264.

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

Color convert

RGB 104 223 252 -
CMYK 0.59 0.12 0 0.01
HSL 191.76º 0.96% 0.7% -
HSV(B) 191.76º 0.59% 0.99% -
XYZ 49.67 62.75 101.59 -
YUV 190.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 104 223 252 0.59 0.12 0 0.01 191.76 0.96 0.7
Hex 68 DF FC 3B C 0 1 C0 60 46
Octal 150 337 374 73 14 0 1 300 140 106
Binary 1101000 11011111 11111100 111011 1100 0 1 11000000 1100000 1000110

Color Harmonies of #68DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFFC

Black with #68DFFC

Text Example


Text Example

White with #68DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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