Html Css Color HEX #68D4F9 Turquoise Blue

📋 copy color: '#68D4F9'

red 104 ◦ green 212 ◦ blue 249

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

Shades of Turquoise Blue #68D4F9

Tints of Turquoise Blue #68D4F9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.52%

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 18.41%
G = 37.52%
B = 44.07%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68D4F9 (or 0x68D4F9) is known color: Turquoise Blue. HEX triplet: 68, D4 and F9. RGB value is (104,212,249). Sum of RGB (Red+Green+Blue) = 104+212+249=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #68D4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D4F9 is #972B06. Grayscale: #B7B7B7. Windows color (decimal): -9906951 or 16372840. OLE color: 16372840.

HSL color Cylindrical-coordinate representation of color #68D4F9: hue angle of 195.31º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68D4F9 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 212 249 -
CMYK 0.58 0.15 0 0.02
HSL 195.31º 0.92% 0.69% -
HSV(B) 195.31º 0.58% 0.98% -
XYZ 46.35 56.87 98.16 -
YUV 183.93 164.72 70.99 -
System Red Green Blue C M Y K H S L
Decimal 104 212 249 0.58 0.15 0 0.02 195.31 0.92 0.69
Hex 68 D4 F9 3A F 0 2 C3 5C 45
Octal 150 324 371 72 17 0 2 303 134 105
Binary 1101000 11010100 11111001 111010 1111 0 10 11000011 1011100 1000101

Color Harmonies of #68D4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4F9

Black with #68D4F9

Text Example


Text Example

White with #68D4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,212,249); }

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

background-color css

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

 a { background-color: rgb(104,212,249); }

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

border-color css

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

 span { border-color: rgb(104,212,249); }

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