Html Css Color HEX #6FDCFD Turquoise Blue

📋 copy color: '#6FDCFD'

red 111 ◦ green 220 ◦ blue 253

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

Shades of Turquoise Blue #6FDCFD

Tints of Turquoise Blue #6FDCFD

RGB

 RED value IS 111 (43.75% from 255) = 19.01%

 GREEN value IS 220 (86.33% from 255) = 37.67%

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

R = 19.01%
G = 37.67%
B = 43.32%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FDCFD (or 0x6FDCFD) is known color: Turquoise Blue. HEX triplet: 6F, DC and FD. RGB value is (111,220,253). Sum of RGB (Red+Green+Blue) = 111+220+253=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FDCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCFD is #902302. Grayscale: #BEBEBE. Windows color (decimal): -9446147 or 16637039. OLE color: 16637039.

HSL color Cylindrical-coordinate representation of color #6FDCFD: hue angle of 193.94º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDCFD is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 220 253 -
CMYK 0.56 0.13 0 0.01
HSL 193.94º 0.97% 0.71% -
HSV(B) 193.94º 0.56% 0.99% -
XYZ 49.88 61.66 102.2 -
YUV 191.17 162.89 70.82 -
System Red Green Blue C M Y K H S L
Decimal 111 220 253 0.56 0.13 0 0.01 193.94 0.97 0.71
Hex 6F DC FD 38 D 0 1 C2 61 47
Octal 157 334 375 70 15 0 1 302 141 107
Binary 1101111 11011100 11111101 111000 1101 0 1 11000010 1100001 1000111

Color Harmonies of #6FDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCFD

Black with #6FDCFD

Text Example


Text Example

White with #6FDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FDCFD; }

 p { color: rgb(111,220,253); }

 H1.HeaderClassName
 {
   color: #6FDCFD;
 }
 .AnyTagClassName
 {
   color: #6FDCFD;
 }
</style>

background-color css

<style>
 a { background-color: #6FDCFD; }

 a { background-color: rgb(111,220,253); }

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

border-color css

<style>
 span { border-color: #6FDCFD; }

 span { border-color: rgb(111,220,253); }

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