Html Css Color HEX #6BD2EF Turquoise Blue

📋 copy color: '#6BD2EF'

red 107 ◦ green 210 ◦ blue 239

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

Shades of Turquoise Blue #6BD2EF

Tints of Turquoise Blue #6BD2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.77%

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 19.24%
G = 37.77%
B = 42.99%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BD2EF (or 0x6BD2EF) is known color: Turquoise Blue. HEX triplet: 6B, D2 and EF. RGB value is (107,210,239). Sum of RGB (Red+Green+Blue) = 107+210+239=556 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.24% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BD2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD2EF is #942D10. Grayscale: #B6B6B6. Windows color (decimal): -9710865 or 15716971. OLE color: 15716971.

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

Color convert

RGB 107 210 239 -
CMYK 0.55 0.12 0 0.06
HSL 193.18º 0.8% 0.68% -
HSV(B) 193.18º 0.55% 0.94% -
XYZ 44.69 55.45 90.01 -
YUV 182.51 159.88 74.14 -
System Red Green Blue C M Y K H S L
Decimal 107 210 239 0.55 0.12 0 0.06 193.18 0.8 0.68
Hex 6B D2 EF 37 C 0 6 C1 50 44
Octal 153 322 357 67 14 0 6 301 120 104
Binary 1101011 11010010 11101111 110111 1100 0 110 11000001 1010000 1000100

Color Harmonies of #6BD2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD2EF

Black with #6BD2EF

Text Example


Text Example

White with #6BD2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,210,239); }

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

background-color css

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

 a { background-color: rgb(107,210,239); }

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

border-color css

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

 span { border-color: rgb(107,210,239); }

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