Html Css Color HEX #6BDCF0 Turquoise Blue

📋 copy color: '#6BDCF0'

red 107 ◦ green 220 ◦ blue 240

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

Shades of Turquoise Blue #6BDCF0

Tints of Turquoise Blue #6BDCF0

RGB

 RED value IS 107 (42.19% from 255) = 18.87%

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

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 18.87%
G = 38.8%
B = 42.33%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BDCF0 (or 0x6BDCF0) is known color: Turquoise Blue. HEX triplet: 6B, DC and F0. RGB value is (107,220,240). Sum of RGB (Red+Green+Blue) = 107+220+240=567 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.87% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BDCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCF0 is #94230F. Grayscale: #BCBCBC. Windows color (decimal): -9708304 or 15785067. OLE color: 15785067.

HSL color Cylindrical-coordinate representation of color #6BDCF0: hue angle of 189.02º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BDCF0 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 220 240 -
CMYK 0.55 0.08 0 0.06
HSL 189.02º 0.82% 0.68% -
HSV(B) 189.02º 0.55% 0.94% -
XYZ 47.38 60.6 91.64 -
YUV 188.49 157.06 69.87 -
System Red Green Blue C M Y K H S L
Decimal 107 220 240 0.55 0.08 0 0.06 189.02 0.82 0.68
Hex 6B DC F0 37 8 0 6 BD 52 44
Octal 153 334 360 67 10 0 6 275 122 104
Binary 1101011 11011100 11110000 110111 1000 0 110 10111101 1010010 1000100

Color Harmonies of #6BDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCF0

Black with #6BDCF0

Text Example


Text Example

White with #6BDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,220,240); }

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

background-color css

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

 a { background-color: rgb(107,220,240); }

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

border-color css

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

 span { border-color: rgb(107,220,240); }

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