Html Css Color HEX #6BDBF0 Turquoise Blue

📋 copy color: '#6BDBF0'

red 107 ◦ green 219 ◦ blue 240

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

Shades of Turquoise Blue #6BDBF0

Tints of Turquoise Blue #6BDBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.69%

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

R = 18.9%
G = 38.69%
B = 42.4%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BDBF0 (or 0x6BDBF0) is known color: Turquoise Blue. HEX triplet: 6B, DB and F0. RGB value is (107,219,240). Sum of RGB (Red+Green+Blue) = 107+219+240=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BDBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBF0 is #94240F. Grayscale: #BBBBBB. Windows color (decimal): -9708560 or 15784811. OLE color: 15784811.

HSL color Cylindrical-coordinate representation of color #6BDBF0: hue angle of 189.47º 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 #6BDBF0 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 219 240 -
CMYK 0.55 0.09 0 0.06
HSL 189.47º 0.82% 0.68% -
HSV(B) 189.47º 0.55% 0.94% -
XYZ 47.12 60.08 91.55 -
YUV 187.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 107 219 240 0.55 0.09 0 0.06 189.47 0.82 0.68
Hex 6B DB F0 37 9 0 6 BD 52 44
Octal 153 333 360 67 11 0 6 275 122 104
Binary 1101011 11011011 11110000 110111 1001 0 110 10111101 1010010 1000100

Color Harmonies of #6BDBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBF0

Black with #6BDBF0

Text Example


Text Example

White with #6BDBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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